all repos — nixfiles @ 162e80938621369086d6691bc5a4bd35024433a1

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