Fixed zsh vars
This commit is contained in:
parent
b481c85857
commit
0709e96515
1 changed files with 2 additions and 1 deletions
3
.zshrc
3
.zshrc
|
|
@ -7,7 +7,8 @@ bindkey "^[[1;5C" forward-word
|
||||||
bindkey "^[[1;5D" backward-word
|
bindkey "^[[1;5D" backward-word
|
||||||
|
|
||||||
# Vars
|
# Vars
|
||||||
export GOPATH=$HOME/local/go
|
export GOPATH=$HOME/.local/go
|
||||||
|
export PATH=$PATH:$GOPATH/bin
|
||||||
|
|
||||||
# History
|
# History
|
||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.zsh_history
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue