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.
|
#test that these nonstandard paths exist before adding to PATH.
|
||||||
testPath="$HOME/.local/bin"
|
testPath="$HOME/.local/bin"
|
||||||
[ -d "$testPath" ] && export PATH="$PATH:$testPath"
|
[ -d "$testPath" ] && export PATH="$PATH:$testPath"
|
||||||
testPath="$HOME/scripts"
|
export PATH="$PATH:/opt"
|
||||||
[ -d "$testPath" ] && export PATH="$PATH:$testPath"
|
|
||||||
#set default editor and pager.
|
#set default editor and pager.
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
|
|
Loading…
Reference in a new issue