diff --git a/plugins/available/git-subrepo.plugin.bash b/plugins/available/git-subrepo.plugin.bash new file mode 100644 index 00000000..085a69b4 --- /dev/null +++ b/plugins/available/git-subrepo.plugin.bash @@ -0,0 +1,6 @@ +# 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:=~/.git-subrepo}/init" ]] && source "$GIT_SUBREPO_ROOT/init"