From: martin f. krafft Date: Fri, 9 May 2008 18:32:11 +0000 (+0100) Subject: dir hashes for common dirs X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/437e7e13d05c6bc700bf25064a6d1a32ebc4b2c2?hp=78e2b5dff8311b48017e7b2aea0cb15dc9975398 dir hashes for common dirs --- diff --git a/.zsh/zshrc/20_dirhashes b/.zsh/zshrc/20_dirhashes new file mode 100644 index 0000000..e1b4117 --- /dev/null +++ b/.zsh/zshrc/20_dirhashes @@ -0,0 +1,14 @@ +# zshrc/20_dirhashes +# +# populate some hashes for commonly used directories +# +# Copyright © 1994–2008 martin f. krafft +# 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