all repos — dotfiles @ f5cd84099f2fd41f1084e479482c892b1b70cf9a

my *nix dotfiles

chore: merge branch 'revert-vim'

Can't stand the new `palenight.sh` colors. Switching back to what's
comfy.
Anirudh icyph0x@pm.me
Tue, 30 Oct 2018 10:57:26 +0530
commit

f5cd84099f2fd41f1084e479482c892b1b70cf9a

parent

4b5b6fd640dea3ae44ab32fe2504c60bacdd52a9

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")"