zsh/urls.zsh @ 2e25b11e75fc

A bunch of stuff from the past few days.
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Sep 2011 09:20:01 -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