zsh/urls.zsh @ 5dd290b11084

Unfuck the Clojure indentation mapping.  Who knows what happened.
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Aug 2012 11:12:30 -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