minix/etc/profile

7 lines
143 B
Plaintext
Raw Normal View History

RC_TZ=/etc/rc.timezone
export TZ=GMT0
if [ -f "$RC_TZ" ]
then . "$RC_TZ"
fi
2006-04-03 16:26:53 +02:00
export MANPATH=/usr/man:/usr/local/man:/usr/gnu/man:/usr/X11R6/man