diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-08-31 07:19:58 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-08-31 07:19:58 +0000 |
commit | 21e5dc4a50a6d0ade1b89d585fbab5d696c0187d (patch) | |
tree | b6f47801c6bb847a79c0490f6eb20afc261740ac /etc/root | |
parent | 9877f5ade5d0c0a48d16f01d82a36dc0b80e2977 (diff) | |
download | FreeBSD-src-21e5dc4a50a6d0ade1b89d585fbab5d696c0187d.zip FreeBSD-src-21e5dc4a50a6d0ade1b89d585fbab5d696c0187d.tar.gz |
Updated paths and cdpath to be more appropriate to FreeBSD (removal of old
directories).
Junked all the sccs aliases that get in the way of rcs
Diffstat (limited to 'etc/root')
-rw-r--r-- | etc/root/dot.cshrc | 16 | ||||
-rw-r--r-- | etc/root/dot.profile | 2 |
2 files changed, 4 insertions, 14 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index ceb2ee4..d6f0495 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,9 +1,9 @@ alias mail Mail set history=1000 -set path=(/sbin /usr/sbin /bin /usr/bin /usr/local /usr/hosts /usr/contrib .) +set path=(/sbin /usr/sbin /bin /usr/bin /usr/local/bin .) # directory stuff: cdpath/cd/back -set cdpath=(/sys /usr/src/{bin,sbin,usr.{bin,sbin},pgrm,lib,libexec,share,contrib,local,devel,games,old,}) +set cdpath=(/sys /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 @@ -11,17 +11,7 @@ alias ll ls -lg alias ls ls -g -k alias back 'set back=$old; set old=$cwd; cd $back; unset back; dirs' -# sccs stuff: sd/co/ci/allout/out/unedit -alias sd sccs diffs -alias co sccs get -e -alias ci sccs delget -alias allout "(cd ..; echo */SCCS/p.*|sed s/SCCS\\/p.//g)" -alias out "echo SCCS/p.*|sed s/SCCS\\/p.//g" -alias info sccs info -alias unedit sccs unedit -alias get sccs get -alias prt sccs prt -alias z suspend +alias z suspend alias x exit alias pd pushd alias pd2 pushd +2 diff --git a/etc/root/dot.profile b/etc/root/dot.profile index 47effab..1479c6f 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -1,4 +1,4 @@ -PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/contrib:. +PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:. echo 'erase ^?, kill ^U, intr ^C' stty crt erase kill intr export PATH |