diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-03 19:42:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-03 19:42:32 +0100 |
commit | e7d349e6686685a3a1235ae91391fdb26c33dc93 (patch) | |
tree | 08d9a08f7028168b7fd1afcc5701162e1689f144 /etc/directories | |
parent | 4984ff5230ec810bf377af5e3365c0474eaf49dc (diff) |
directories: Use $HOST instead of calling hostname
Diffstat (limited to 'etc/directories')
-rw-r--r-- | etc/directories | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/directories b/etc/directories index 7029d09..02d227d 100644 --- a/etc/directories +++ b/etc/directories @@ -1,6 +1,6 @@ ## Named directories ## vim:ft=zsh -case `hostname` in +case $HOST in aneurysm) hash -d www=/var/www hash -d web=$HOME/public_html |