zsh/urls.zsh @ 372c5316463a

Okay not that fast.
author Steve Losh <steve@stevelosh.com>
date Sun, 30 Oct 2011 22:31:49 -0400
parents 22c7a9aa28c4
children (none)
function urlopen() {
    open "http://$*"
}

alias -s com=urlopen
alias -s org=urlopen
alias -s net=urlopen
alias -s io=urlopen