all repos — dotfiles @ 2ae305459c747e70e39b23af4f92e9faf398126d

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