From 3c54e091f04d21a8b2db95d2a1eb6752ad56b0a0 Mon Sep 17 00:00:00 2001 From: Alex Jurkiewicz Date: Mon, 9 Dec 2019 16:53:46 +1100 Subject: Add example for showing the current Git commit --- config/p10k-rainbow.zsh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/p10k-rainbow.zsh') diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 27ec68ee..991afcfc 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -391,6 +391,9 @@ 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. -- cgit v1.2.3