zsh/urls.zsh @ 61488a7c8ab9

Add sourcing mappings.
author Steve Losh <steve@stevelosh.com>
date Tue, 25 Oct 2011 20:54:53 -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