tips
tips copied to clipboard
Bash completion: change short redirected url for full url
http://git.io/vfhol returns a redirect. That could be solved with curl -L. However, for something that goes into the bash profile, I think that it is a good thing to download it with a descriptive https url
git.io/git-completion would have been better, can't change it now, AFAIK.
If you are happy with the URL, you'll need to add the -L param to curl, to handle the shortened redirect.
Okies