Commit 454a2c673efe30a6ba59d679fffac94da75a2153

Authored by Shrikant Sharat

Merge PR for allowing other urls. Fix #77.

Showing 1 changed file Side-by-side Diff

... ... @@ -89,6 +89,8 @@ antigen-bundle () {
89 89 # Expand short github url syntax: `username/reponame`.
90 90 if [[ $url != git://* &&
91 91 $url != https://* &&
  92 + $url != http://* &&
  93 + $url != ssh://* &&
92 94 $url != /* &&
93 95 $url != git@github.com:*/*
94 96 ]]; then