all repos — dotfiles @ 257c8502f0c584f42467a72cded8617e23e53a79

Superseded by nixfiles

tag-zsh/config/zsh/osx.zsh (view raw)

1
2
3
function netmount () {
	osascript -e "try" -e "mount volume \"$1\"" -e "end try"
}