all repos — dotfiles @ e84a3c8f9b949a4a19944d17b9d18980906849bb

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