feat(zshrc): add ~/.nimble/bin to PATH Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sat, 29 Sep 2018 11:35:42 +0530
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.zshrc
@@ -16,6 +16,7 @@ export GPG_TTY=$(tty)
export INPUTRC=~/.inputrc export PATH=$PATH:$HOME/Leet/Nim/bin export PATH=$PATH:$HOME/go/bin +export PATH=$PATH:$HOME/.nimble/bin # theme specefic ZSH_THEME="icy"