all repos — dotfiles @ de2fed77d941b85e5db2bec93d488e656cd764f2

my *nix dotfiles

refactor(zshrc): comment out base16_shell stuff
Anirudh icyph0x@pm.me
Sun, 03 Jun 2018 19:09:12 +0530
commit

de2fed77d941b85e5db2bec93d488e656cd764f2

parent

aaea446ed26b5ca859b7b58494407e26b3a3bd37

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

jump to
M zsh/.zshrczsh/.zshrc

@@ -69,6 +69,6 @@ for i in "${__node_commands[@]}"; do alias $i='__init_nvm && '$i; done

fi # base16-shell -BASE16_SHELL=$HOME/.config/base16-shell/ -[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)" +# BASE16_SHELL=$HOME/.config/base16-shell/ +# [ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"