Commit de3527fdc34bebf4e7dbfaa208f96cf649a3f005

Authored by Matthew Franglen
1 parent a3e1a351d7

Permit non github urls

Antigen is so good it shouldn't be restricted.

Don't really know a good way to handle the user@host type thing apart
from just looking for an @.

Showing 1 changed file with 2 additions and 0 deletions 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