X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/78e2b5dff8311b48017e7b2aea0cb15dc9975398..437e7e13d05c6bc700bf25064a6d1a32ebc4b2c2:/.zsh/zshrc/20_dirhashes?ds=inline 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