diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-26 14:37:15 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-26 14:37:15 +0100 |
commit | cd81d62524d307ed451d3fc20d44dae2d8b46d01 (patch) | |
tree | dbe05e760023c1a6f3c9d1035426ca725b64860b /etc/directories | |
parent | 856ac1585fc64ad29feb73a382659ca76dfab5c3 (diff) |
use xhashd to only hash directories if they exist
Diffstat (limited to 'etc/directories')
-rw-r--r-- | etc/directories | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/directories b/etc/directories index 3e898f4..0f9e70a 100644 --- a/etc/directories +++ b/etc/directories @@ -1,5 +1,7 @@ ## Named directories ## vim:ft=zsh -hash -d vcs=$HOME/var/svn -hash -d lyrics=~vcs/lyrics +hash -d vcs=~/var/svn +xhashd lyrics=~vcs/lyrics +xhashd www=/var/www +xhashd web=~/public_html |