From d2328656e48b0b725e34e1b53fd87125eaeb9998 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Thu, 2 May 2013 23:46:41 +0200 Subject: [PATCH] fix error in tmux conf --- common/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/.tmux.conf b/common/.tmux.conf index 1880d53..1e892ae 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -19,4 +19,4 @@ set -g history-limit 1000 #set -g status-left '#[fg=green][#[fg=brightblue]#(whoami)#[fg=white]@#[fg=brightblue]#H#[fg=white]:#[fg=brightblue]#S#[fg=green]][#[default]' #set -g status-right '#[fg=green]][#[fg=blue]%d/%m #[fg=brightblue]%H:%M#[fg=green]]#[default]' -source '~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf' +source-file ~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf