all repos — dotfiles @ c9506b38b3985c95a661dc791e4c56a7b575e598

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