zsh/urls.zsh @ bd336dd914ed

Sort(1) the .hgsub file
author Steve Losh <steve@stevelosh.com>
date Mon, 04 Jun 2012 10:39:29 -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