all repos — dotfiles @ 7d194e3da6e9c9121c09ebd96c3b83f2ac12a8ff

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