all repos — dotfiles @ c7956638db01c5e1fcd2530637ac6ab28dada54d

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