dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 9825a42284d6fce00f1424440c28a6acd5321a29 (patch)
parent 17b2b7e96171423018e4415079f04a779436cb46
Author: Alexander Karle <akarle@umass.edu>
Date:   Sun,  4 Feb 2018 15:33:02 -0500

prevent oh-my-zsh from renaming tmux windows

Diffstat:
Mzshrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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