From 3022eae8b84b42b38b78f345c6af218f29495cde Mon Sep 17 00:00:00 2001 From: Sebastian Tramp Date: Mon, 30 Jan 2012 09:01:29 +0100 Subject: [PATCH] fix the tmux prompt integration --- prompt.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prompt.zsh b/prompt.zsh index e06110e..c1df85e 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 "$PWD ✉ #($newMailCountTool /var/mail/seebi)" >/dev/null fi if [[ $VCS_TYPE == 'hg' ]]; then