all repos — nixfiles @ 32c46b315483ec2f58f14acd5cc3d9145c65c65c

System and user configuration, managed by nix and home-manager

tag-zsh/config/zsh/osx.zsh (view raw)

1
2
3
function netmount () {
	osascript -e "try" -e "mount volume \"$1\"" -e "end try"
}