Skip to content

Commit

Permalink
Merge pull request #511 from jawshooah/git-subrepo
Browse files Browse the repository at this point in the history
Add git-subrepo plugin
  • Loading branch information
nwinkler committed Jun 18, 2015
2 parents 48f5e85 + 51872d7 commit 5e61b73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions plugins/available/git-subrepo.plugin.bash
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5e61b73

Please sign in to comment.