added ~/.local/bin to path
This commit is contained in:
parent
20a42679a8
commit
956953b19a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue