all repos — dotfiles @ 6b061a843c2599c8b657e9a8767d180ddf259a77

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