Added a default $MANPATH
This commit is contained in:
parent
14a82e2d05
commit
910d6c8255
1 changed files with 1 additions and 0 deletions
|
@ -3,3 +3,4 @@ export TZ=GMT0
|
||||||
if [ -f "$RC_TZ" ]
|
if [ -f "$RC_TZ" ]
|
||||||
then . "$RC_TZ"
|
then . "$RC_TZ"
|
||||||
fi
|
fi
|
||||||
|
export MANPATH=/usr/man:/usr/local/man:/usr/gnu/man:/usr/X11R6/man
|
||||||
|
|
Loading…
Reference in a new issue