all repos — dotfiles @ 9bea36e7f26f7cd34d20855ad309c84519ad9067

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