Add git-subrepo plugin
This commit is contained in:
6
plugins/available/git-subrepo.plugin.bash
Normal file
6
plugins/available/git-subrepo.plugin.bash
Normal file
@@ -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"
|
||||
Reference in New Issue
Block a user