From 1032859a45069d8011836f5945f19d298bf3bc58 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 28 Jun 2020 06:03:27 +0000 Subject: [PATCH] add tmux config --- dot_tmux.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dot_tmux.conf diff --git a/dot_tmux.conf b/dot_tmux.conf new file mode 100644 index 0000000..1623744 --- /dev/null +++ b/dot_tmux.conf @@ -0,0 +1,2 @@ +set -g default-terminal "screen-256color" +source-file "${HOME}/.tmux-themepack/powerline/block/gray.tmuxtheme"