stopped adding ~/scripts to $PATH. added /opt to $PATH.
This commit is contained in:
parent
efe9a262a5
commit
7016410f97
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue