dotfiles

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

commit d37f1b9ad1286d857827c87fff086b09e0c07188 (patch)
parent 4a0edb7f77bb4a7b474bd238c8416569f01a1e55
Author: Alexander Karle <akarle@umass.edu>
Date:   Thu, 21 Dec 2017 23:26:14 -0500

Prevent zsh from renaming windows

Diffstat:
Mtmux.conf | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/tmux.conf b/tmux.conf @@ -38,3 +38,6 @@ set -g renumber-windows on # remove delay w escape key set -s escape-time 0 + +# stop other apps from renaming windows +set allow-rename off