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