all repos — dotfiles @ 7459e5ee09bc094fc47c0d03ec031fe2268825b9

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