refactor(zshrc): back to 256 colors
Anirudh icyph0x@pm.me
Mon, 04 Jun 2018 09:47:34 +0530
1 files changed,
4 insertions(+),
3 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.zshrc
@@ -69,6 +69,7 @@ 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")"