all repos — dotfiles @ 038456def8db8c79d36a0332a13e88b2366a2860

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