From 9825a42284d6fce00f1424440c28a6acd5321a29 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Sun, 4 Feb 2018 15:33:02 -0500 Subject: [PATCH] prevent oh-my-zsh from renaming tmux windows --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index 4f614ef..522a11a 100644 --- a/zshrc +++ b/zshrc @@ -12,6 +12,9 @@ source $ZSH/oh-my-zsh.sh export DEFAULT_USER="$(whoami)" +# prevent zsh from renaming tmux windows +DISABLE_AUTO_TITLE="true" + # vi keymap in terminal # credit: Doug Black (https://dougblack.io/words/zsh-vi-mode.html) bindkey -v -- libgit2 0.28.4