Files
dotfiles/dot_bash_it/plugins/available/git-subrepo.plugin.bash
2022-05-05 22:20:02 +02:00

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