diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-12 18:20:45 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-11-12 18:20:45 -0700 |
commit | 6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb (patch) | |
tree | cd8be50d6de47b383d814f66384cd1b83bf451f6 /bash/.bash_profile | |
parent | 1e0410734f651a0f2f391caf8c51b1e729960e66 (diff) | |
download | dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.gz dotfiles-6cbfdc93d9a9436f11a66ee8e2501d11b5e90efb.tar.bz2 |
update dots + add some config files
Diffstat (limited to 'bash/.bash_profile')
-rw-r--r-- | bash/.bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile index e553530..7ec459d 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -8,7 +8,7 @@ if [ -f ~/.bashrc ]; then fi # User specific environment and startup programs -. /usr/share/autojump/autojump.bash +#. /usr/share/autojump/autojump.bash export PATH complete -cf doas |