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