all repos — dotfiles @ e4a2085354718f94c483e6d87c5fc2261287a8ee

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