diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-07 09:06:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-10-07 09:06:47 +0200 |
commit | 98ee391de4d4df1d71273f6ae7f598b83915af00 (patch) | |
tree | dba2a50e0f85bb3c001bd8e4321c1babfe893dd9 /etc | |
parent | 8c347a2f75687286c6fb269cf3955457a1f2c769 (diff) |
directories: Updated ~lyrics
Diffstat (limited to 'etc')
-rw-r--r-- | etc/directories | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/etc/directories b/etc/directories index c05ac6d..7029d09 100644 --- a/etc/directories +++ b/etc/directories @@ -5,19 +5,16 @@ case `hostname` in hash -d www=/var/www hash -d web=$HOME/public_html hash -d vcs=$HOME/var/svn - hash -d lyrics=$HOME/packages/lyrics + hash -d lyrics=/home/wildernet/html/lyrics ;; saviour) hash -d music=$HOME/lib/audio hash -d www=/var/www hash -d cgi=/usr/lib/cgi-bin - hash -d lyrics=$HOME/packages/lyrics hash -d vcs=$HOME/var/svn + hash -d lyrics=~vcs/lyrics ;; nemesis) hash -d vcs=$HOME/var/svn - hash -d lyrics=$HOME/packages/lyrics + hash -d lyrics=~vcs/lyrics esac - -xexport vcs=${~vcs} -xexport lyrics=${~lyrics} |