1
0
Fork 0

added go related path

This commit is contained in:
Kim, Jimin 2021-11-10 13:51:57 +09:00
parent e2c1c86099
commit 86ce1e2e86

3
.zshrc
View file

@ -6,6 +6,9 @@ plugins=(
zsh-syntax-highlighting
)
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 EDITOR=vim