8 lines
235 B
Bash
8 lines
235 B
Bash
# shellcheck shell=bash
|
|
about-plugin 'load git-subrepo if you are using it, and initialize completions'
|
|
|
|
if [[ -s "${GIT_SUBREPO_ROOT:=$HOME/.git-subrepo}/init" ]]; then
|
|
# shellcheck disable=SC1091
|
|
source "$GIT_SUBREPO_ROOT/init"
|
|
fi
|