diff options
Diffstat (limited to 'bash/bash_profile')
-rw-r--r-- | bash/bash_profile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bash/bash_profile b/bash/bash_profile deleted file mode 100644 index 031ab84..0000000 --- a/bash/bash_profile +++ /dev/null @@ -1,12 +0,0 @@ -# .bash_profile - -# Get the aliases and functions -if [ -f ~/.bashrc ]; then - . ~/.bashrc -fi - -# User specific environment and startup programs - -PATH=$PATH:$HOME/.local/bin:$HOME/bin - -export PATH |