zsh/urls.zsh @ 986fd59e3fae

All the changes from the last few days.
author Steve Losh <steve@stevelosh.com>
date Fri, 09 Sep 2011 12:33:24 -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