all repos — dotfiles @ 20fc1c1d018bc16feb3f5d84a8d94eba55e736dd

my *nix dotfiles

refactor(zshrc): back to 256 colors
Anirudh icyph0x@pm.me
Mon, 04 Jun 2018 09:47:34 +0530
commit

20fc1c1d018bc16feb3f5d84a8d94eba55e736dd

parent

717d862245bf5228abc1c3f6df9df7d17834bdc3

1 files changed, 4 insertions(+), 3 deletions(-)

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