all repos — dotfiles @ ee14c33f6831c3b606c94734de14c1da50aecc6e

my *nix dotfiles

feat(zshrc): add base16-shell helper
icyphox icyph0x@protonmail.com
Wed, 07 Mar 2018 23:46:22 +0530
commit

ee14c33f6831c3b606c94734de14c1da50aecc6e

parent

725a7857f2fdaaad818d653909083984a2e2ac8c

1 files changed, 5 insertions(+), 0 deletions(-)

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