From 7f43d29abc57b9dbb60feaf3dda214c0b4190c0a Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 18 Sep 2024 13:03:01 -0300 Subject: [PATCH] Add bash and hidden files --- dot_bash_profile | 10 ++++++++++ dot_bashrc | 13 +++++++++++++ dot_hidden | 1 + dot_profile | 5 +++++ 4 files changed, 29 insertions(+) create mode 100644 dot_bash_profile create mode 100644 dot_bashrc create mode 100644 dot_hidden create mode 100644 dot_profile diff --git a/dot_bash_profile b/dot_bash_profile new file mode 100644 index 0000000..571fe1e --- /dev/null +++ b/dot_bash_profile @@ -0,0 +1,10 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc + + +# Added by Toolbox App +export PATH="$PATH:/home/isaac/.local/share/JetBrains/Toolbox/scripts" + diff --git a/dot_bashrc b/dot_bashrc new file mode 100644 index 0000000..3205984 --- /dev/null +++ b/dot_bashrc @@ -0,0 +1,13 @@ +# +# ~/.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +alias ls='ls --color=auto' +alias grep='grep --color=auto' + +# Helpful tool: https://bash-prompt-generator.org +# On github: https://github.com/Scriptim/bash-prompt-generator +PS1='[\u@\h \w]\$ ' diff --git a/dot_hidden b/dot_hidden new file mode 100644 index 0000000..4023f20 --- /dev/null +++ b/dot_hidden @@ -0,0 +1 @@ +go diff --git a/dot_profile b/dot_profile new file mode 100644 index 0000000..1f65185 --- /dev/null +++ b/dot_profile @@ -0,0 +1,5 @@ + + +# Added by Toolbox App +export PATH="$PATH:/home/isaac/.local/share/JetBrains/Toolbox/scripts" +