From 9c11b49fb986f0c43cc4a9dd2d19c885308f6203 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 20 Jan 2013 16:40:45 +0100 Subject: [PATCH] Ustawienie brancha jest jednak potrzebne. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 17ce1a5..437af5e 100644 --- a/install.sh +++ b/install.sh @@ -29,8 +29,8 @@ rm -rf ~/.vim/bundle/* cd ~/.dotfiles git submodule init git submodule update -#cd vim/bundle/powerline -#git checkout -b develop origin/develop +cd vim/bundle/powerline +git checkout -b develop origin/develop # .gitignore ln -sf ~/.dotfiles/gitignore ~/.gitignore