all repos — dotfiles @ a150cf5b6a865eb1e8762cac4c3d4aa3b51039bd

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