all repos — dotfiles @ 95b6c1dc702d55f4e5a86e134270e7efea7bda70

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