all repos — dotfiles @ 48fa52879053991c9d59a70d243bcd470b2196c7

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