all repos — dotfiles @ ff50e98f80c2fc861ad3968f2cc40397b902dc66

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