mv base16 theme to zshrc as non-interactive shells dont need it

This commit is contained in:
Thomas Ruoff
2016-04-19 18:34:15 +02:00
parent dce5371e6a
commit f0df48de62
2 changed files with 5 additions and 5 deletions

5
zshrc
View File

@@ -60,3 +60,8 @@ bindkey '^N' down-history
bindkey '^r' history-incremental-search-backward
bindkey ' ' magic-space
# Base16 Shell
BASE16_SCHEME="solarized"
BASE16_SHELL="$HOME/.base16-shell/base16-$BASE16_SCHEME.dark.sh"
[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL