zsh/urls.zsh @ a03035324ee5

Switch Syntastic source, for now.
author Steve Losh <steve@stevelosh.com>
date Tue, 16 Aug 2011 09:44:47 -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