all repos — dotfiles @ 44f96edc415648eda61c1eebc89d7f30d2efe093

my *nix dotfiles

feat(zshrc): add Nim/bin to path
Anirudh icyph0x@pm.me
Wed, 30 May 2018 09:50:15 +0530
commit

44f96edc415648eda61c1eebc89d7f30d2efe093

parent

a698dea396844381f175017088004c8f0a59e8e3

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M zsh/.zshrczsh/.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"