all repos — dotfiles @ 29135a8f93d789dbb2b1511e3d1ea0d6c55c1744

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