dotfiles/.bash_it/plugins/available/git-subrepo.plugin.bash
2022-02-27 20:00:49 +01:00

7 lines
254 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:=~/.git-subrepo}/init" ]] && source "$GIT_SUBREPO_ROOT/init"