Disabled auto title again, renaming in tmux is possible again

This commit is contained in:
Dreaded_X 2014-11-07 22:48:26 +01:00
parent 625c3b0349
commit 364a5a0036

2
zshrc
View File

@ -17,3 +17,5 @@ fi
alias tmux="tmux -2"
alias attach="tmux a"
if [ -z "$TMUX" ]; then tmux; fi
DISABLE_AUTO_TITLE=true