From 5533c5ed3c88866a54f02cbe6e02fb8bf4d21b5d Mon Sep 17 00:00:00 2001 From: gdr-ftp Date: Fri, 24 Apr 1998 04:15:29 +0000 Subject: [PATCH] gshrc: Eliminated unnecessary elements from root's MANPATH and PATH environment variables. --- verbatim/home/root/gshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/verbatim/home/root/gshrc b/verbatim/home/root/gshrc index 4923db4..b667fab 100644 --- a/verbatim/home/root/gshrc +++ b/verbatim/home/root/gshrc @@ -2,7 +2,7 @@ # # GNO 2.0.6 gshrc file # -# $Id: gshrc,v 1.3 1998/04/22 05:01:15 gdr-ftp Exp $ +# $Id: gshrc,v 1.4 1998/04/24 04:15:29 gdr-ftp Exp $ # ### @@ -30,7 +30,7 @@ prefix 6 17 # # gsh reads its path backward! -set path=". /usr/games /usr/orca/bin /usr/X/bin /usr/bin /bin /usr/local/bin" +set path=". /usr/orca/utilities /usr/bin /bin /usr/local/bin" export path rehash @@ -43,7 +43,7 @@ export prompt term nonewline setenv EDITOR /lang/orca/shell/editor setenv history 25 setenv savehist 25 -setenv MANPATH /man:/usr/man:/usr/local/man:/local/man:/usr/X/man:/usr/orca/man +setenv MANPATH /man:/usr/man:/usr/local/man:/usr/orca/man setenv PAGER less setenv LESS -e setenv TMACDIR /usr/lib/tmac