Files
scwrypts/zsh/vim/vundle/install
T

14 lines
326 B
Bash
Raw Normal View History

2022-08-15 18:30:37 -06:00
#!/bin/zsh
_DEPENDENCIES+=()
_REQUIRED_ENV+=()
source ${0:a:h}/common.zsh
#####################################################################
PLUGIN_INSTALL() {
VUNDLE_PLUGIN_INSTALL || return 1
VUNDLE_REBUILD_PLUGINS || return 2
}
#####################################################################
PLUGIN_INSTALL $@