From d2da4e5d2866083b8159f57eb04da01662b0dc17 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Dec 2017 14:34:27 +0100 Subject: Make dotfiles stow compatible --- tmux/.tmux.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tmux/.tmux.conf (limited to 'tmux') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf new file mode 100644 index 0000000..2612405 --- /dev/null +++ b/tmux/.tmux.conf @@ -0,0 +1,8 @@ +set -g status-utf8 on +set -g utf8 on + +set -g default-terminal "screen-256color" + +set -g status-bg colour235 +set -g status-fg colour251 +set -g status-right "#T" \ No newline at end of file -- cgit v1.2.1