]> git.donarmstrong.com Git - zsh.git/commitdiff
dir hashes for common dirs
authormartin f. krafft <madduck@madduck.net>
Fri, 9 May 2008 18:32:11 +0000 (19:32 +0100)
committermartin f. krafft <madduck@madduck.net>
Fri, 9 May 2008 18:32:11 +0000 (19:32 +0100)
.zsh/zshrc/20_dirhashes [new file with mode: 0644]

diff --git a/.zsh/zshrc/20_dirhashes b/.zsh/zshrc/20_dirhashes
new file mode 100644 (file)
index 0000000..e1b4117
--- /dev/null
@@ -0,0 +1,14 @@
+# zshrc/20_dirhashes
+#
+# populate some hashes for commonly used directories
+#
+# Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
+# Released under the terms of the Artistic Licence 2.0
+#
+# Source repository: http://git.madduck.net/v/etc/zsh.git
+#
+
+hash -d doc=/usr/share/doc
+hash -d log=/var/log
+
+# vim:ft=zsh