diff options
author | Stefan Ritter <xeno@thehappy.de> | 2010-10-27 00:01:35 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2010-10-27 00:01:35 +0200 |
commit | ada03bc2100087908d325f3b3dcda9e451f8f899 (patch) | |
tree | ecd5b268de82c595a19af3a3200b8f0e07a73cb4 /zsh/zshrc | |
parent | f0bb4145aeee24c6dd430205d58d5a50efc279c7 (diff) |
Some color stuff
Diffstat (limited to 'zsh/zshrc')
-rw-r--r-- | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |