Merge branch 'master' into jenipapo

This commit is contained in:
Thomas Ruoff
2017-06-26 23:30:05 +02:00
5 changed files with 37 additions and 67 deletions

5
zshrc
View File

@@ -81,11 +81,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