all repos — dotfiles @ 14500c0e2f90e9151a3c28fa26049a821abd2256

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