fix the tmux prompt integration
This commit is contained in:
parent
7e7f8a8350
commit
3022eae8b8
1 changed files with 1 additions and 1 deletions
|
@ -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 "$PWD ✉ #($newMailCountTool /var/mail/seebi)" >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $VCS_TYPE == 'hg' ]]; then
|
if [[ $VCS_TYPE == 'hg' ]]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue