From 8d6074edb790e4fdcf09081e34adcb531e28ffc2 Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Tue, 1 Feb 2011 10:18:54 +0100 Subject: [PATCH] utf8 candy --- prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt.zsh b/prompt.zsh index 5e10faf..16ac08a 100644 --- a/prompt.zsh +++ b/prompt.zsh @@ -97,7 +97,7 @@ function tmuxChangeDirectory () { # set the tmux status line if [[ "$TMUX" != "" ]]; then newMailCountTool="/home/seebi/bin/scripts/newMailCount.py" - tmux set-option -g status-right "$OLDPWD -- #($newMailCountTool /var/mail/seebi)" >/dev/null + tmux set-option -g status-right "$OLDPWD ✉ #($newMailCountTool /var/mail/seebi)" >/dev/null fi if [[ $VCS_TYPE == 'hg' ]]; then