summaryrefslogtreecommitdiff
path: root/etc/functions/xhashd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/xhashd')
-rw-r--r--etc/functions/xhashd7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/functions/xhashd b/etc/functions/xhashd
deleted file mode 100644
index 2909ea7..0000000
--- a/etc/functions/xhashd
+++ /dev/null
@@ -1,7 +0,0 @@
-## vim:ft=zsh
-## hash a directory if it exists
-typeset directory=${~1#*\=} name=${1%%\=*}
-
-if [[ -d $directory ]] {
- hash -d $name=$directory
-}