refactor(zshrc): comment out base16_shell stuff
Anirudh icyph0x@pm.me
Sun, 03 Jun 2018 19:09:12 +0530
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.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)"