diff options
author | David Robillard <d@drobilla.net> | 2015-10-20 11:07:01 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-10-20 11:07:01 -0400 |
commit | c987bb05974d65acbb0acda665eebf515647809b (patch) | |
tree | d9e6717065bf071075fcf367c5d4373753d706a3 | |
parent | 709c86267e27d1b6382e484430119493c9206beb (diff) | |
download | dotfiles-c987bb05974d65acbb0acda665eebf515647809b.tar.gz dotfiles-c987bb05974d65acbb0acda665eebf515647809b.tar.bz2 dotfiles-c987bb05974d65acbb0acda665eebf515647809b.zip |
Simple tmux status line
-rw-r--r-- | tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ 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 |