diff options
-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 |