summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh')
-rw-r--r--tag-zsh/config/zsh/osx.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/osx.zsh b/tag-zsh/config/zsh/osx.zsh
new file mode 100644
index 0000000..d99019b
--- /dev/null
+++ b/tag-zsh/config/zsh/osx.zsh
@@ -0,0 +1,3 @@
+function netmount () {
+	osascript -e "try" -e "mount volume \"$1\"" -e "end try"
+}