all repos — dotfiles @ 68a75fb9c2cfaea9c5f5fb889e687b3b0784db86

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