fix solarized theme with base16's version

This commit is contained in:
Thomas Ruoff
2014-10-30 23:29:04 +01:00
parent 5567524f0d
commit d38e4cd7f2
5 changed files with 111 additions and 71 deletions

4
zshenv
View File

@@ -15,3 +15,7 @@ export NVM_DIR="$HOME/.nvm"
# todo.sh
alias t=todo.sh
# Base16 Shell
BASE16_SCHEME="solarized"
BASE16_SHELL="$HOME/.base16-shell/base16-$BASE16_SCHEME.dark.sh"
[[ -s $BASE16_SHELL ]] && . $BASE16_SHELL