From b99593c340c20b4b22cdf48953bf69cf94695cc1 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sun, 18 Dec 2022 16:31:47 -0500 Subject: [PATCH] Added tmux conf --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..336925f --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +set -g default-terminal "screen-256color"