Fix a bunch of annoying details here, while I remember it.

This commit is contained in:
Poul-Henning Kamp 1994-10-27 05:27:00 +00:00
parent b51250ff13
commit ca7cc5c89e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3923
3 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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