From a67ab948e5ea521c8dba930eb2900752cbabc54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Silkeb=C3=A6kken?= Date: Thu, 17 Jan 2013 20:08:47 +0100 Subject: [PATCH] Remove example tmux.conf --- powerline/ext/tmux/tmux.conf | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 powerline/ext/tmux/tmux.conf diff --git a/powerline/ext/tmux/tmux.conf b/powerline/ext/tmux/tmux.conf deleted file mode 100644 index 13cbe37a..00000000 --- a/powerline/ext/tmux/tmux.conf +++ /dev/null @@ -1,10 +0,0 @@ -set-option -g status on -set-option -g status-interval 2 -set-option -g status-utf8 on -set-option -g status-left-length 100 -set-option -g status-left "#(powerline-tmux left)" -set-option -g status-right-length 100 -set-option -g status-right "#(powerline-tmux right)" -set-option -g status-justify "centre" -set-option -g status-bg "colour235" -set-option -g status-fg "colour249"