various vim/zsh updates

This commit is contained in:
Nick Nisi
2015-03-23 13:03:38 -05:00
parent 1b2d269118
commit f4b075e5c0
4 changed files with 7 additions and 4 deletions

View File

@@ -58,9 +58,9 @@ source `brew --prefix`/etc/profile.d/z.sh
# Base16 Shell
if [ -z "$THEME" ]; then
export THEME="base16-atelierforest"
fi
# if [ -z "$THEME" ]; then
export THEME="base16-atelierheath"
# fi
if [ -z "$BACKGROUND" ]; then
export BACKGROUND="dark"
fi