all repos — dotfiles @ 1c905d30c3f13c55a65802d8d23c5a4639a04883

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