all repos — dotfiles @ 1a828301e51f27aaa5855eff5d7d13740bd4cad8

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