diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-06 02:46:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-06 02:46:23 -0300 |
commit | b20fff4f04b9a095811830b7d8e512594d58943a (patch) | |
tree | 9494c052481e9c29530be1638a78f0d4254aff67 | |
parent | 9ced3960b75e919de504ddc99f7abbcb58f3388b (diff) | |
download | profile-b20fff4f04b9a095811830b7d8e512594d58943a.tar.gz profile-b20fff4f04b9a095811830b7d8e512594d58943a.tar.bz2 |
Basic tmux config
-rw-r--r-- | tmux.conf.dot.link | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tmux.conf.dot.link b/tmux.conf.dot.link index 638cf26..e3674b2 100644 --- a/tmux.conf.dot.link +++ b/tmux.conf.dot.link @@ -15,10 +15,10 @@ set -g default-terminal "screen-256color" # See https://coderwall.com/p/ca5cuw # http://zanshin.net/2013/09/05/my-tmux-configuration/ #set-option -g status-position top -#set -g status-fg white -#set -g status-bg blue -#set -g status-left '' -#set -g status-right-length 60 +set -g status-fg cyan +set -g status-bg black +set -g status-left '' +set -g status-right-length 60 # Powerline -source '/usr/share/powerline/bindings/tmux/powerline.conf' +#source '/usr/share/powerline/bindings/tmux/powerline.conf' |