From 439a829c6c04c204657e56ca046cbf041d6ada08 Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 1 Nov 2024 03:35:57 +0200 Subject: [PATCH] tmux: get rid of useless stuff --- cli/.tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cli/.tmux.conf b/cli/.tmux.conf index d26d96e..285e46c 100644 --- a/cli/.tmux.conf +++ b/cli/.tmux.conf @@ -41,7 +41,3 @@ set -g status-position "bottom" set -g status-justify "left" set -g status-left-length "100" set -g status-right-length "100" - -# relevant to local only -set -g terminal-overrides "alacritty:Tc,kitty-xterm:Tc,xterm-256color:Tc,rxvt-unicode*:Tc" -set -g default-terminal "tmux-256color"