removed the --rebase flag from the update script since it doesn't seem

to help remove nerdtree
This commit is contained in:
Kevin 2014-04-02 11:33:49 -04:00
parent d5d4189e78
commit 47443ee414

2
update
View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
git pull origin
git submodule update --init --recursive --rebase
git submodule update --init --recursive