mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Moved git.io url to https
git.io now redirects to https. So the current function break. Changing it to https fixes the issue.
This commit is contained in:
parent
d310fac7f6
commit
f28c0a81b7
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ exist_gh() { # [DIRECTORY]
|
|||
#
|
||||
git.io() {
|
||||
emulate -L zsh
|
||||
curl -i -s http://git.io -F "url=$1" | grep "Location" | cut -f 2 -d " "
|
||||
curl -i -s https://git.io -F "url=$1" | grep "Location" | cut -f 2 -d " "
|
||||
}
|
||||
|
||||
# End Functions #############################################################
|
||||
|
|
Loading…
Reference in a new issue