diff --git a/zprofile b/zprofile index b7094a7..f0e04a6 100644 --- a/zprofile +++ b/zprofile @@ -5,11 +5,6 @@ export PATH="$HOME/local/bin:$PATH" export NVM_DIR="$HOME/.nvm" [ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" -# Base16 Shell -BASE16_SCHEME="solarized" -BASE16_SHELL="$HOME/.base16-shell/base16-$BASE16_SCHEME.dark.sh" -[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL - ######################## # Dist related settings ######################## diff --git a/zshrc b/zshrc index 5e6d84b..d94a282 100644 --- a/zshrc +++ b/zshrc @@ -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 +