From c137d70fee0121544869b03fe9ac3609890f4767 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 20 Jan 2013 16:34:35 +0100 Subject: [PATCH] Powrot do starego powerline. --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 50b76a1..437af5e 100644 --- a/install.sh +++ b/install.sh @@ -29,6 +29,8 @@ rm -rf ~/.vim/bundle/* cd ~/.dotfiles git submodule init git submodule update +cd vim/bundle/powerline +git checkout -b develop origin/develop # .gitignore ln -sf ~/.dotfiles/gitignore ~/.gitignore