GITLAB
mj
/ zsh-config
Toggle navigation
Sign in
Sign in
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
454a2c673efe30a6ba59d679fffac94da75a2153
Authored by
Shrikant Sharat
2014-03-07 06:13:55 +0100
2 parents
c8016b99cf
de3527fdc3
Merge PR for allowing other urls. Fix #77.
Showing
1 changed file
Side-by-side Diff
antigen.zsh
antigen.zsh
Diff comments
View file @
454a2c6
...
...
@@ -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