added .cargo/bin to PATH.

This commit is contained in:
Gabe Venberg 2022-02-14 18:46:27 -06:00
parent ecab268930
commit af38127637

View file

@ -19,6 +19,9 @@
testPath="$HOME/.local/bin"
[ -d "$testPath" ] && export PATH="$PATH:$testPath"
export PATH="$PATH:/opt"
testPath="$HOME/.cargo/bin"
[ -d "$testPath" ] && export PATH="$PATH:$testPath"
export PATH="$PATH:/opt"
#set default editor and pager.
export EDITOR=nvim
export VISUAL=nvim