From f0df48de62ecdf481e14c3633868a941a3826700 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 19 Apr 2016 18:34:15 +0200 Subject: [PATCH] mv base16 theme to zshrc as non-interactive shells dont need it --- zprofile | 5 ----- zshrc | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) 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 +