zsh/urls.zsh @ 7d77a8a00a2b

Lots from the past week or so.
author Steve Losh <steve@stevelosh.com>
date Wed, 19 Oct 2011 14:35:48 -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