all repos — dotfiles @ ebe43aaf6eb464df532fcf8e352e8ea0c2fab9e3

my *nix dotfiles

feat(zshrc): add $GOROOT/bin to $PATH
Anirudh icyph0x@pm.me
Sun, 29 Jul 2018 17:01:50 +0530
commit

ebe43aaf6eb464df532fcf8e352e8ea0c2fab9e3

parent

9c5600d3807e73eb2bf3c683812d4c307cc2c9a0

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

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