diff options
author | David Runge <dave@sleepmap.de> | 2019-05-19 23:39:53 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-05-19 23:39:53 +0200 |
commit | d18b15926e8826211a347a135d909747f2069ab0 (patch) | |
tree | 84e04cd6e3a74ee3f65af5e09fa6e1aea26ef61a | |
parent | c0ca853cc7d463449f86035c6f89f8d859116860 (diff) | |
download | dotfiles-d18b15926e8826211a347a135d909747f2069ab0.tar.gz dotfiles-d18b15926e8826211a347a135d909747f2069ab0.tar.bz2 dotfiles-d18b15926e8826211a347a135d909747f2069ab0.tar.xz dotfiles-d18b15926e8826211a347a135d909747f2069ab0.zip |
.tmux.conf: Removing broken options.
-rw-r--r-- | .tmux.conf | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -78,11 +78,6 @@ set -g status-left-length 52 set -g status-right-length 451 set -g status-fg white set -g status-bg colour234 -set -g pane-border-fg colour245 -set -g pane-active-border-fg colour39 -set -g message-fg white -set -g message-bg colour221 -set -g message-attr bold # set status-interval to 2 for tmux-mem-cpu-load set -g status-interval 1 |