diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-10-26 12:05:56 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-10-26 12:05:56 -0600 |
commit | c58abab9e5f14fdabb1ea8b314c370fb515b7b69 (patch) | |
tree | 373f7ecbeebb90ae9664138ffe0dfb1272584b9d /bash/.bash_profile | |
parent | 8a7a01214c68b6a4c2f6531d0d1dea6415fe9c89 (diff) | |
download | dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar.gz dotfiles-c58abab9e5f14fdabb1ea8b314c370fb515b7b69.tar.bz2 |
havent updated these in a while
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index 031ab84..e553530 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -1,12 +1,16 @@ # .bash_profile +PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.cargo/bin + # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs - -PATH=$PATH:$HOME/.local/bin:$HOME/bin +. /usr/share/autojump/autojump.bash export PATH +complete -cf doas +export PATH=$PATH:/home/bryson/.spicetify +#source "/home/bryson/git/emsdk/emsdk_env.sh" |