zsh/urls.zsh @ 7a0cc0c0465c

Add a placeholder for the Mutt temp directory.
author Steve Losh <steve@stevelosh.com>
date Thu, 22 Sep 2011 18:11:02 -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