mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
removed the --rebase flag from the update script since it doesn't seem
to help remove nerdtree
This commit is contained in:
parent
d5d4189e78
commit
47443ee414
1 changed files with 1 additions and 1 deletions
2
update
2
update
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
git pull origin
|
||||
git submodule update --init --recursive --rebase
|
||||
git submodule update --init --recursive
|
||||
|
|
Loading…
Reference in a new issue