use gruvbox instead of base16 version

This commit is contained in:
Thomas Ruoff
2017-06-26 23:28:43 +02:00
parent e9c7ced56c
commit fef6082991
5 changed files with 37 additions and 67 deletions

5
zshrc
View File

@@ -78,11 +78,6 @@ bindkey '^N' down-history
bindkey '^r' history-incremental-search-backward
bindkey ' ' magic-space
# Base16 Shell
BASE16_SHELL=$HOME/.base16-shell/
[ -n "$PS1" ] && [ -s $BASE16_SHELL/profile_helper.sh ] && eval "$($BASE16_SHELL/profile_helper.sh)"
base16_gruvbox-dark-medium
# fzf
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh