adding a case for tmux term

This commit is contained in:
staticsafe 2012-06-18 15:55:00 -04:00
parent 611a65d1c8
commit d36595a0cd
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ case $TERM in
xterm*)
precmd () {print -Pn "\e]0;%n@%m: %~\a"}
;;
screen-256color*)
precmd () {print -Pn "\e]0;%n@%m: %~\a"}
;;
esac
function set_running_app {