add local bin to path
This commit is contained in:
parent
04e711f146
commit
9d7144088f
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ bindkey -s '^O' 'cd ..\n'
|
||||||
# Vars
|
# Vars
|
||||||
export GOPATH=$HOME/.local/go
|
export GOPATH=$HOME/.local/go
|
||||||
export PATH=$PATH:$GOPATH/bin
|
export PATH=$PATH:$GOPATH/bin
|
||||||
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
# History
|
# History
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue