summaryrefslogtreecommitdiff
path: root/etc/directories
blob: cf98ea28380b0ac9762d8ed79cac2490c9b48c10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Named directories
## vim:ft=zsh

hash -d vcs=$HOME/var/svn
hash -d lyrics=/home/wildernet/html/lyrics

case $HOST in
	aneurysm)
		hash -d www=/var/www
		hash -d web=$HOME/public_html
	;;
	saviour)
		hash -d music=$HOME/lib/audio
		hash -d www=/var/www
		hash -d cgi=/usr/lib/cgi-bin
	;;
esac