all repos — dotfiles @ 0022a91d26c4e585d212b9df1ac77a2a94532622

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