From aa72bed5c4ecec540a31192581294818b69b93e2 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 23 Feb 2015 23:10:02 -0600 Subject: [PATCH] fix theme name --- zsh/zshrc.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 9bd5b0b..25b247e 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -59,7 +59,7 @@ source `brew --prefix`/etc/profile.d/z.sh # Base16 Shell if [ -z "$THEME" ]; then - export THEME="base16-atelier-forest" + export THEME="base16-atelierforest" fi if [ -z "$BACKGROUND" ]; then export BACKGROUND="dark"