all repos — dotfiles @ 2d5404163d81e49255bc6f9b713440021c1cf872

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