From 579813e54e604a46e18f8b499ff4ba54da86ef63 Mon Sep 17 00:00:00 2001 From: Jonathan Agmon Date: Sat, 28 Mar 2026 11:29:55 +0300 Subject: [PATCH] Add default-termial --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 1166808..c446446 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,3 +1,4 @@ +set -g default-terminal "xterm-256color" set -g default-shell /usr/bin/fish set -g mouse on set -s set-clipboard on