all repos — dotfiles @ dbb5e71d90cbe3833df166cf7183d7b07c090bd5

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