From c0583c0feeb6512f15840c5c9c3543730440b398 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Wed, 18 Nov 2020 03:37:27 -0500 Subject: [PATCH] add tmux configuration --- .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..4d6fe0d --- /dev/null +++ b/.tmux.conf @@ -0,0 +1 @@ +set -g default-terminal "xterm-256color"