added ~/.local/bin to path

This commit is contained in:
Gabe Venberg 2021-03-15 20:02:35 -05:00
parent 20a42679a8
commit 956953b19a

View file

@ -14,6 +14,7 @@
#set important shell variables #set important shell variables
export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin" export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
export PATH="$PATH:$HOME/.local/bin"
export PATH="$PATH:$HOME/scripts" export PATH="$PATH:$HOME/scripts"
#set default editor and pager. #set default editor and pager.
export EDITOR=nvim export EDITOR=nvim