all repos — dotfiles @ a9584465c231f8cd7506135793f64d9afcfb9033

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