all repos — dotfiles @ 88381e36a684d367da0dcc7c6b6473f03083d0de

my *nix dotfiles

feat(zshrc): looks like base16-shell is back

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Tue, 30 Oct 2018 10:56:41 +0530
commit

88381e36a684d367da0dcc7c6b6473f03083d0de

parent

9b35a98fa8bd56a4d8301bf4e5e0e12d8f7dd557

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

jump to
M zsh/.zshrczsh/.zshrc

@@ -34,3 +34,8 @@ bindkey "^[[4~" end-of-line

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh +# base16-shell +BASE16_SHELL="$HOME/.config/base16-shell/" +[ -n "$PS1" ] && \ + [ -s "$BASE16_SHELL/profile_helper.sh" ] && \ + eval "$("$BASE16_SHELL/profile_helper.sh")"