all repos — dotfiles @ e2c1b3b5f76850f91e2bb3e39a135969255d6b2a

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