diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-12 22:33:56 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-12 22:33:56 +0300 |
commit | 5ecde25feab53f868329e0034bf1bdc4a49a7b07 (patch) | |
tree | 40f6cc8379631003ff72808891c9e298243650e0 | |
parent | 974529b642d609d59d246c68acc02c4b54c13488 (diff) |
delete trash
-rw-r--r-- | config/p10k-classic.zsh | 3 | ||||
-rw-r--r-- | config/p10k-lean.zsh | 3 | ||||
-rw-r--r-- | config/p10k-rainbow.zsh | 3 |
3 files changed, 0 insertions, 9 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. diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 63aacbb0..f4fe0c6f 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -392,9 +392,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. diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 369d12d7..52c56940 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -398,9 +398,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. |