all repos — dotfiles @ 79a11eaa2dacd7724e19e3d2b17e0b73093d6e09

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