summaryrefslogtreecommitdiff
path: root/powerlevel9k.zsh-theme
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-03-03 14:59:54 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-03-03 14:59:54 +0300
commit8f1dcdca849fb18567febf8c501b8c9ceb0f629b (patch)
treee31e7b526fb737af991d75336df7a2eab0c19733 /powerlevel9k.zsh-theme
parentf20faf175bb99883d88757b81ee02d8e977dce4e (diff)
formatting
Diffstat (limited to 'powerlevel9k.zsh-theme')
-rwxr-xr-xpowerlevel9k.zsh-theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme
index 8238190a..35f3f099 100755
--- a/powerlevel9k.zsh-theme
+++ b/powerlevel9k.zsh-theme
@@ -1664,7 +1664,7 @@ prompt_vcs() {
# in the format of gitstatus. See https://github.com/romkatv/gitstatus. If you enable gitstatus,
# it'll define POWERLEVEL9K_VCS_STATUS_COMMAND for you. To disable, you can explicitly set
# POWERLEVEL9K_VCS_STATUS_COMMAND="".
- if [[ -z $POWERLEVEL9K_VCS_STATUS_COMMAND ]]; then
+ if [[ -z $POWERLEVEL9K_VCS_STATUS_COMMAND ]]; then
VCS_WORKDIR_DIRTY=false
VCS_WORKDIR_HALF_DIRTY=false
local current_state=""