utf8 candy

This commit is contained in:
Sebastian Tramp 2011-02-01 10:18:54 +01:00
parent 9e2841a33e
commit 8d6074edb7

View file

@ -97,7 +97,7 @@ function tmuxChangeDirectory () {
# set the tmux status line # set the tmux status line
if [[ "$TMUX" != "" ]]; then if [[ "$TMUX" != "" ]]; then
newMailCountTool="/home/seebi/bin/scripts/newMailCount.py" 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 fi
if [[ $VCS_TYPE == 'hg' ]]; then if [[ $VCS_TYPE == 'hg' ]]; then