summaryrefslogtreecommitdiffstats
path: root/tmux
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-12-10 14:34:27 +0100
committerDavid Robillard <d@drobilla.net>2017-12-10 14:39:53 +0100
commitd2da4e5d2866083b8159f57eb04da01662b0dc17 (patch)
tree14fd5bf57fbaedccd00d1490639319c40b163638 /tmux
parentba6f1ea48ccc54f0afdd5eafee65ad6bf9b502c6 (diff)
downloaddotfiles-d2da4e5d2866083b8159f57eb04da01662b0dc17.tar.gz
dotfiles-d2da4e5d2866083b8159f57eb04da01662b0dc17.tar.bz2
dotfiles-d2da4e5d2866083b8159f57eb04da01662b0dc17.zip
Make dotfiles stow compatible
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf8
1 files changed, 8 insertions, 0 deletions
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