all repos — dotfiles @ a48acf4d16a03bc2b2945f37a697925f810296c1

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