all repos — dotfiles @ 7a417e261d3cee8c0aaa91ee18cfe366aad37d27

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