From f098b47a257f4bf71e83a5fb5d92583da1be763f Mon Sep 17 00:00:00 2001 From: Jordan Date: Mon, 9 Nov 2020 08:59:41 -0700 Subject: initial commit --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..b4880f5 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,3 @@ +set -g default-terminal "screen-256color" +set -g status-bg black +set -g status-fg white -- cgit v1.2.3-54-g00ecf