feat(zshrc): add $GOROOT/bin to $PATH
Anirudh icyph0x@pm.me
Sun, 29 Jul 2018 17:01:50 +0530
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.zshrc
@@ -15,6 +15,7 @@ export PATH=$PATH:$HOME/bin
export GPG_TTY=$(tty) export INPUTRC=~/.inputrc export PATH=$PATH:$HOME/Leet/Nim/bin +export PATH=$PATH:$HOME/go/bin # theme specefic ZSH_THEME="icy"