all repos — dotfiles @ 0b94384382c0fb6e83d85feb1f6a0548f778c84b

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