all repos — nixfiles @ 68e96902e27c7ee15ccc892a597b1843b1419eb7

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

Zsh: Add netmount function for OSX
Alan Pearce alan@alanpearce.co.uk
Sun, 03 Aug 2014 14:55:55 +0100
commit

68e96902e27c7ee15ccc892a597b1843b1419eb7

parent

648a40e503df5cd27e04b84502e4aad5c493b782

1 files 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"
+}