all repos — dotfiles @ 92ad3ee5c18fc15a63ef3cec41731ba23c63b3ab

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