all repos — dotfiles @ 087c2ce7a4d5d9c71862f6869c9202f592c6c351

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