From f73fd578e3f48dd8fb8842ab8e048e5ffd8082ea Mon Sep 17 00:00:00 2001 From: kujiu Date: Tue, 20 Oct 2015 12:26:28 +0200 Subject: [PATCH] Fix powerline --- common/.tmux.conf | 2 +- common/.zshrc | 2 +- update-home.sh | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/.tmux.conf b/common/.tmux.conf index 1f756aa..a78f034 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -26,4 +26,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-file ~/.local/lib/python3.4/site-packages/powerline/bindings/tmux/powerline.conf +source-file ~/.local/lib/python2.7/site-packages/powerline/bindings/tmux/powerline.conf diff --git a/common/.zshrc b/common/.zshrc index f1da728..f36190e 100644 --- a/common/.zshrc +++ b/common/.zshrc @@ -93,7 +93,7 @@ function cd() { # Customize to your needs... export PATH=$PATH:/usr/sbin:/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/games:~/.local/bin -. ~/.local/lib/python3.4/site-packages/powerline/bindings/zsh/powerline.zsh +. ~/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ssc() { ssh -XC -p ${3:-"22"} -t ${2:-`whoami`}@$1 ${argv[4,-1]} } diff --git a/update-home.sh b/update-home.sh index 366a9ff..eca12fa 100755 --- a/update-home.sh +++ b/update-home.sh @@ -20,6 +20,7 @@ touch ~/.zshrc-local pip3 install --upgrade --user jedi pip3 install --upgrade --user git+git://github.com/Lokaltog/powerline +pip install --upgrade --user git+git://github.com/Lokaltog/powerline pip install --upgrade --user pyCardDav mkdir -p ~/.config/pycard curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample