initrc - swerc - anselm's simpler werc fork | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
initrc (204B) | |
--- | |
1 # General options | |
2 plan9port=$PLAN9 | |
3 path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin /usr/local/bin) | |
4 formatter=(fltr_cache markdown) | |
5 man_formatter=(troff -N -man) | |
6 debug=1 | |
7 sitesdir='/var/www/sites' |