From c3ca1b1337a063d4e8058548da9ba12004e639ef Mon Sep 17 00:00:00 2001 From: dadada Date: Tue, 10 Mar 2020 22:50:06 +0100 Subject: [PATCH] Update tmux titles --- tmux.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/tmux.nix b/tmux.nix index 3c81c2f..72cbf8b 100644 --- a/tmux.nix +++ b/tmux.nix @@ -6,7 +6,6 @@ extraConfig = '' set -g status on set-option -g set-titles on - set-option -g set-titles-string "#T" set-option -g automatic-rename on set-window-option -g mode-keys vi '';