all repos — dotfiles @ 60872a8c3737b285e0281454e8c44b057bd92a0c

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