all repos — dotfiles @ 90aaf93d952a5f56755379d50f6a8999322e37c4

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