]> git.donarmstrong.com Git - zsh.git/blob - .zsh/zshrc/20_dirhashes
ea1da701e0297861652748cd5f4743330501b22e
[zsh.git] / .zsh / zshrc / 20_dirhashes
1 # zshrc/20_dirhashes
2 #
3 # populate some hashes for commonly used directories
4 #
5 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
6 # Released under the terms of the Artistic Licence 2.0
7 #
8 # Source repository: git://git.madduck.net/etc/zsh.git
9 #
10
11 hash -d doc=/usr/share/doc
12 hash -d log=/var/log
13 hash -d deb=/var/cache/apt/archives
14
15 # vim:ft=zsh