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, 12 insertions, 0 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..031ab84 --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,12 @@ +# .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 |