feat(zshrc): add Nim/bin to path
Anirudh icyph0x@pm.me
Wed, 30 May 2018 09:50:15 +0530
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.zshrc
@@ -15,6 +15,7 @@ export PATH=$PATH:$GOROOT/bin
export PATH=$PATH:$HOME/bin export GPG_TTY=$(tty) export INPUTRC=~/.inputrc +export PATH=$PATH:$HOME/leet/Nim/bin # theme specefic ZSH_THEME="simple"