added go related path
This commit is contained in:
parent
e2c1c86099
commit
86ce1e2e86
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -6,6 +6,9 @@ plugins=(
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
)
|
)
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
export GOPATH=$HOME/go
|
||||||
|
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
|
||||||
export PATH="$PATH:$HOME/.yarn/bin:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/.yarn/bin:$HOME/.local/bin"
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue