utf8 candy
This commit is contained in:
parent
9e2841a33e
commit
8d6074edb7
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue