bash-it/plugins/available/git-subrepo.plugin.bash

7 lines
258 B
Bash

# Load git-subrepo if you are using it, and initialize completions
cite about-plugin
about-plugin 'load git-subrepo if you are using it, and initialize completions'
[[ -e "${GIT_SUBREPO_ROOT:=$HOME/.git-subrepo}/init" ]] && source "$GIT_SUBREPO_ROOT/init"