zsh/urls.zsh @ d25535222d29

update syntastic
author Steve Losh <steve@stevelosh.com>
date Mon, 04 Nov 2013 10:52:49 -0500
parents 22c7a9aa28c4
children (none)
function urlopen() {
    open "http://$*"
}

alias -s com=urlopen
alias -s org=urlopen
alias -s net=urlopen
alias -s io=urlopen