summaryrefslogtreecommitdiff
path: root/.zsh/zshrc/20_dirhash
blob: 1f800ff0e21c8ce47f55592ce0d175291e619796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# zshrc/20_dirhash
#
# hash some commonly used directories
#
# Copyright © 2010 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git

hash -d doc=/usr/share/doc
hash -d src=/usr/src
hash -d log=/var/log

# vim:ft=zsh