We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccb807 commit caa71dfCopy full SHA for caa71df
prompt_powerline_setup
@@ -63,7 +63,11 @@ prompt_powerline_vcsstyles () {
63
zstyle ':vcs_info:git:powerline:*' trackingformats "%%F{46}+%a%%f" "%%F{160}-%b%%f" "%%F{46}+%a%%F{123}/%f%%F{160}-%b%%f"
64
65
# stash format
66
- zstyle ':vcs_info:git:powerline:*' stashformat "%%F{81}$sep2 %s "
+ zstyle ':vcs_info:git:powerline:*' stashformat "%%F{81}$sep2 %%B%s %b"
67
+
68
+ # stgit formats
69
+ zstyle ':vcs_info:git:powerline:*' patch-format "%%F{186}$sep2%%F{81} %p %n/%a "
70
+ zstyle ':vcs_info:git:powerline:*' nopatch-format "$sep2 0/%a "
71
72
}
73
0 commit comments