mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
removed the attempt at fixing coloresque as I don't believe it worked
This commit is contained in:
parent
eb6cfb028c
commit
0b246af1bf
1 changed files with 0 additions and 2 deletions
2
update
2
update
|
@ -4,8 +4,6 @@ cd "${0%/*}"
|
|||
|
||||
if [ ! -e vim/vimrc.user ]; then [[ -w vim ]] && touch vim/vimrc.user; fi
|
||||
|
||||
[[ $(cat .git/modules/vim/bundle/vim-coloresque/HEAD | grep -c 0c21b1469993e610600e88e734ffe90b9c10a514) = 1 ]] && git checkout -- vim/bundle/vim-coloresque
|
||||
|
||||
git pull origin
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
|
Loading…
Reference in a new issue