Merge remote-tracking branch 'upstream/master'

This commit is contained in:
James Fraser 2016-04-19 20:30:27 +10:00
commit 2c20a0d20e

View file

@ -71,7 +71,7 @@ exist_gh() { # [DIRECTORY]
# #
git.io() { git.io() {
emulate -L zsh 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 ############################################################# # End Functions #############################################################