all repos — dotfiles @ 33c0e9699951140bddb9f408bd9a2a7b5deacf7f

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