aboutsummaryrefslogtreecommitdiff
path: root/config/p10k-classic.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-01-13 10:51:07 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-01-13 10:51:07 +0300
commit32c3ad75cc564b484ab81af3f00f4cbcee614148 (patch)
tree03e745be8ee40025c9c6a00b1379d465578994b2 /config/p10k-classic.zsh
parent35d2432326505838c36b968e53dd67de85175788 (diff)
parent2b307eefd8e2552d0fba26569fafaaf21f7ecdd0 (diff)
Merge branch 'master' into reactive
Diffstat (limited to 'config/p10k-classic.zsh')
-rw-r--r--config/p10k-classic.zsh3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index a56a2684..a052dd1b 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -399,9 +399,6 @@
res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" # escape %
fi
- # Show the git commit
- # res+=" (${VCS_STATUS_COMMIT:0:5})"
-
# ⇣42 if behind the remote.
(( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}⇣${VCS_STATUS_COMMITS_BEHIND}"
# ⇡42 if ahead of the remote; no leading space if also behind the remote: ⇣42⇡42.