all repos — dotfiles @ 19d04e26542182cd1cf6e69c3a5c7336071bd28f

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"
}