7 lines
254 B
Bash
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"
|