dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit ae2ca9a1c06688a4ec873d18ac0b330b406db39d
parent 9ccd94d3bd20bdf6cf18f6d6d8d4ef77e3e761d5
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 25 Jan 2020 20:41:01 +0000

no default window name

Diffstat:
Mtmux/.tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -21,7 +21,7 @@ set -g pane-base-index 1 set-option -g allow-rename off # rename window on creation -set-hook -g after-new-window 'command-prompt -I "#{window_name}" "rename-window '%%'"' +set-hook -g after-new-window 'command-prompt -I "" "rename-window '%%'"' # screen mode set -g default-terminal "screen-256color"