all repos — dotfiles @ a27f79fd42c10cc8fe47e0344669f1f79a125434

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