diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-04-27 11:55:02 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1999-04-27 11:55:02 +0000 |
| commit | 618aa782bebfb0aba0c1edd72719877a244a0c48 (patch) | |
| tree | f7c715d324b3808525221553e4a1e581e223a1d5 | |
| parent | 0fc6acbfe47718a853720c70936db322dde7cfa4 (diff) | |
Notes
| -rw-r--r-- | etc/root/dot.cshrc | 3 | ||||
| -rw-r--r-- | etc/root/dot.profile | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index 526b42cf7553..9b1046668331 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,4 +1,4 @@ -# $Id:$ +# $Id: dot.cshrc,v 1.22 1998/09/13 23:05:47 brian Exp $ # #csh .cshrc file @@ -8,7 +8,6 @@ alias la ls -a alias lf ls -FA alias ll ls -lA -setenv EDITOR /usr/bin/ee setenv PAGER more setenv BLOCKSIZE K diff --git a/etc/root/dot.profile b/etc/root/dot.profile index aa45736958f4..9f520f72d1e9 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,6 +1,6 @@ -# $Id: dot.profile,v 1.16 1998/08/14 12:26:43 thepish Exp $ +# $Id: dot.profile,v 1.17 1998/08/31 10:53:06 jkoshy Exp $ # -PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin +PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin export PATH HOME=/root export HOME |
