all repos — dotfiles @ 3764370f77fa32c2c9c793331ef35ac9d913b4d7

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