From c56e765982145c4129be14b2399c07d0d0ae6f76 Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Fri, 2 Feb 2024 23:47:11 +0100 Subject: [PATCH] p10k changes --- zsh/.p10k.zsh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/zsh/.p10k.zsh b/zsh/.p10k.zsh index bec9731..5207f51 100644 --- a/zsh/.p10k.zsh +++ b/zsh/.p10k.zsh @@ -430,11 +430,6 @@ res+="${meta}:${clean}${(V)VCS_STATUS_REMOTE_BRANCH//\%/%%}" fi - # Display "wip" if the latest commit's summary contains "wip" or "WIP". - if [[ $VCS_STATUS_COMMIT_SUMMARY == (|*[^[:alnum:]])(wip|WIP)(|[^[:alnum:]]*) ]]; then - res+=" ${modified}wip" - fi - if (( VCS_STATUS_COMMITS_AHEAD || VCS_STATUS_COMMITS_BEHIND )); then # ⇣42 if behind the remote. (( VCS_STATUS_COMMITS_BEHIND )) && res+=" ${clean}⇣${VCS_STATUS_COMMITS_BEHIND}"