summaryrefslogtreecommitdiffstats
path: root/zsh/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 23e8e2f..7bf939e 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -51,7 +51,7 @@ precmd() {
[[ -n $vcs_info_msg_0_ ]] && psvar[1]="$vcs_info_msg_0_"
if [ "$(quilt applied 2> /dev/null)" ]; then
- psvar[2]=" QUILT"
+ psvar[2]="(quilt)"
fi
}