summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-06-11 19:09:57 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-06-11 19:09:57 +0300
commit966bf5fe740facfa03286b4c7ceff3794c9a212c (patch)
treee0a7a2333ab0f2a9b200d05b6c1b48fe6a60bb2b /powerlevel9k.zsh-theme
parent3e13603557cf2859332ea2f6d27d12acaef6af95 (diff)
Global variables need to be global, so that antigen and prezto see them..
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r--powerlevel9k.zsh-theme1
1 files changed, 0 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index be4b68da..695a39c3 100644
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -169,7 +169,6 @@ esac
# color scheme
################################################################
-local DEFAULT_COLOR DEFAULT_COLOR_INVERTED DEFAULT_COLOR_DARK
if [[ "$POWERLEVEL9K_COLOR_SCHEME" == "light" ]]; then
DEFAULT_COLOR=white
DEFAULT_COLOR_INVERTED=black