feat(zshrc): add base16-shell helper
icyphox icyph0x@protonmail.com
Wed, 07 Mar 2018 23:46:22 +0530
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
zsh/.zshrc
→
zsh/.zshrc
@@ -59,3 +59,8 @@ unset -f __init_nvm
} 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)" +