summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-03 19:42:32 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-03 19:42:32 +0100
commite7d349e6686685a3a1235ae91391fdb26c33dc93 (patch)
tree08d9a08f7028168b7fd1afcc5701162e1689f144 /etc
parent4984ff5230ec810bf377af5e3365c0474eaf49dc (diff)
directories: Use $HOST instead of calling hostname
Diffstat (limited to 'etc')
-rw-r--r--etc/directories2
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