aboutsummaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
diff options
context:
space:
mode:
authorDominik Ritter <dritter03@googlemail.com>2015-06-06 20:38:20 +0300
committerDominik Ritter <dritter03@googlemail.com>2015-06-06 20:38:20 +0300
commit945412480ef05502ce14f716dd755860f1394ab8 (patch)
tree5bf3e6341a41fb0b1bfc8e1d4ff7b823afe50a55 /powerlevel9k.zsh-theme
parent6a0925ac962d921d74577a1f2c09254178737977 (diff)
Reordering code.
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rw-r--r--powerlevel9k.zsh-theme16
1 files changed, 8 insertions, 8 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index d5ce60bb..34470e2a 100644
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -40,10 +40,9 @@
# POWERLEVEL9K_COLOR_SCHEME='light'
################################################################
-# The `CURRENT_BG` variable is used to remember what the last BG color used was
-# when building the left-hand prompt. Because the RPROMPT is created from
-# right-left but reads the opposite, this isn't necessary for the other side.
-CURRENT_BG='NONE'
+## Debugging
+#zstyle ':vcs_info:*+*:*' debug true
+#set -o xtrace
# These characters require the Powerline fonts to work properly. If see boxes or
# bizarre characters below, your fonts are not correctly installed. If you
@@ -236,10 +235,6 @@ else
zstyle ':vcs_info:*' use-simple true
fi
-## Debugging
-#zstyle ':vcs_info:*+*:*' debug true
-#set -o xtrace
-
################################################################
# Prompt Segment Constructors
################################################################
@@ -411,6 +406,11 @@ function +vi-vcs-detect-changes() {
# Prompt Segments
################################################################
+# The `CURRENT_BG` variable is used to remember what the last BG color used was
+# when building the left-hand prompt. Because the RPROMPT is created from
+# right-left but reads the opposite, this isn't necessary for the other side.
+CURRENT_BG='NONE'
+
# AWS Profile
prompt_aws() {
local aws_profile=$AWS_DEFAULT_PROFILE