all repos — dotfiles @ 0676e96d53ae296c4215f3f064d467aff6953d8d

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