10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
#!/bin/zsh
|
||
|
DEPENDENCIES+=()
|
||
|
REQUIRED_ENV+=()
|
||
|
|
||
|
use system/vim/vundle
|
||
|
|
||
|
CHECK_ENVIRONMENT
|
||
|
#####################################################################
|
||
|
VUNDLE__REBUILD_PLUGINS $@
|