Zsh: Add netmount function for OSX
1 file changed, 3 insertions(+), 0 deletions(-)
jump to
A tag-zsh/config/zsh/osx.zsh
@@ -0,0 +1,3 @@ +function netmount () { + osascript -e "try" -e "mount volume \"$1\"" -e "end try" +}