diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-27 05:27:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-10-27 05:27:00 +0000 |
| commit | ca7cc5c89ef90ac656a121ea0662401d59959d02 (patch) | |
| tree | 51c2bf7993d7567f2fca883aa730be162cb76604 /etc/root | |
| parent | b51250ff13ac734723a80dbe557e575e7021a36c (diff) | |
Notes
Diffstat (limited to 'etc/root')
| -rw-r--r-- | etc/root/dot.cshrc | 4 | ||||
| -rw-r--r-- | etc/root/dot.klogin | 6 | ||||
| -rw-r--r-- | etc/root/dot.profile | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index cdead9106854..ffa5ecc822ba 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,4 +1,4 @@ -# $Id: dot.cshrc,v 1.10 1994/09/19 07:01:35 pst Exp $ +# $Id: dot.cshrc,v 1.11 1994/09/22 08:23:02 rgrimes Exp $ # alias mail Mail set history=1000 @@ -6,7 +6,7 @@ set savehist=1000 set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin) # directory stuff: cdpath/cd/back -set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,}) +# set cdpath=(/sys/{i386,} /usr/src/{bin,sbin,usr.{bin,sbin},lib,libexec,share,contrib,etc,games,gnu,include,}) alias cd 'set old=$cwd; chdir \!*' alias h history alias j jobs -l diff --git a/etc/root/dot.klogin b/etc/root/dot.klogin index 046566726fac..56098a5a903e 100644 --- a/etc/root/dot.klogin +++ b/etc/root/dot.klogin @@ -1,4 +1,4 @@ -# $Id$ +# $Id: dot.klogin,v 1.2 1994/02/21 20:36:01 rgrimes Exp $ # -user1.root@your.realm.wherever -user2.root@your.realm.wherever +# user1.root@your.realm.wherever +# user2.root@your.realm.wherever diff --git a/etc/root/dot.profile b/etc/root/dot.profile index c8c9e167d621..7789cda9111a 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,4 +1,4 @@ -# $Id: dot.profile,v 1.6 1994/09/16 04:20:14 rgrimes Exp $ +# $Id: dot.profile,v 1.7 1994/09/22 08:32:39 rgrimes Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin echo 'erase ^H, kill ^U, intr ^C' @@ -6,5 +6,5 @@ stty crt erase ^H kill ^U intr ^C export PATH HOME=/root export HOME -TERM=pc3 +TERM=cons25 export TERM |
