From 5db479c03d1176b455ac1ace40c7a2677735304b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 27 Sep 2021 14:44:59 -0400 Subject: [PATCH] tmux: add basic config --- .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..9c9371a --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +set-option -s default-terminal "screen-256color" -- 2.39.2