aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpowerlevel9k.zsh-theme5
1 files changed, 5 insertions, 0 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index 523d42c8..1f8f4342 100755
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -20,6 +20,11 @@
#zstyle ':vcs_info:*+*:*' debug true
#set -o xtrace
+# Bail out if it's not the first time the file is being sourced.
+# Second sourcing will cause mayhem.
+[[ -v _P9K_SOURCED ]] && return
+readonly _P9K_SOURCED=1
+
typeset -g _P9K_INSTALLATION_DIR
# Try to set the installation path