diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-11-16 16:40:58 -0700 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-11-16 16:40:58 -0700 |
commit | 645cfab20016bc8a443e880adfc1c5e7fea92cf6 (patch) | |
tree | 477c0823f3513ed84bd4af371f5c3534757992b9 /bash/bash_profile | |
parent | 9eb803b8a32c318304caac79f4dd1faff5a2f389 (diff) | |
download | dotfiles-645cfab20016bc8a443e880adfc1c5e7fea92cf6.tar dotfiles-645cfab20016bc8a443e880adfc1c5e7fea92cf6.tar.gz dotfiles-645cfab20016bc8a443e880adfc1c5e7fea92cf6.tar.bz2 |
forgot to update these in a while
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 |