From 364a5a0036e47cee7524976ca8fec747b5d4d946 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 7 Nov 2014 22:48:26 +0100 Subject: [PATCH] Disabled auto title again, renaming in tmux is possible again --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 0cff2ea..f285b2d 100644 --- a/zshrc +++ b/zshrc @@ -17,3 +17,5 @@ fi alias tmux="tmux -2" alias attach="tmux a" if [ -z "$TMUX" ]; then tmux; fi + +DISABLE_AUTO_TITLE=true