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