stopped adding ~/scripts to $PATH. added /opt to $PATH.

This commit is contained in:
Gabe Venberg 2021-07-12 11:22:07 -05:00
parent efe9a262a5
commit 7016410f97

View file

@ -18,8 +18,7 @@
#test that these nonstandard paths exist before adding to PATH.
testPath="$HOME/.local/bin"
[ -d "$testPath" ] && export PATH="$PATH:$testPath"
testPath="$HOME/scripts"
[ -d "$testPath" ] && export PATH="$PATH:$testPath"
export PATH="$PATH:/opt"
#set default editor and pager.
export EDITOR=nvim
export VISUAL=nvim