all repos — dotfiles @ ea5a661aa5249364c6f58fc3f66dcb35104c933e

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