From: Bill Joy Date: Sun, 19 Oct 1980 02:59:57 +0000 (-0800) Subject: BSD 4 development X-Git-Tag: BSD-4~146 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/9289fdc0f603d19b98d4b53129cfd3fef63f296b BSD 4 development Work on file .exrc Work on file .profile Work on file .plan Work on file .login Work on file .cshrc Work on file .project Synthesized-from: CSRG//cd1/4.0 --- diff --git a/.cshrc b/.cshrc new file mode 100644 index 0000000000..1de10438c8 --- /dev/null +++ b/.cshrc @@ -0,0 +1,6 @@ +set path=(/usr/ucb /bin /usr/bin /usr/local /etc .) history=25 +alias z suspend; alias so source +unsetenv EXINIT +alias CP cp \!\* /4bsd/\$cwd +alias over pushd /4bsd/\$cwd +alias back popd diff --git a/.exrc b/.exrc new file mode 100644 index 0000000000..88bf1f187f --- /dev/null +++ b/.exrc @@ -0,0 +1 @@ +set terse bf shell=/bin/csh ai magic diff --git a/.login b/.login new file mode 100644 index 0000000000..57f1b3ccd0 --- /dev/null +++ b/.login @@ -0,0 +1,4 @@ +tset -e dw +setenv TERM dw +setenv PATH /usr/ucb:/bin:/usr/bin:/etc:.: +stty new diff --git a/.plan b/.plan new file mode 100644 index 0000000000..8cc0fbd98c --- /dev/null +++ b/.plan @@ -0,0 +1,2 @@ +heavy traffic into cpu, alternate routes are suggested +pileup at disk controller, tape is more scenic, high volume alternative diff --git a/.profile b/.profile new file mode 100644 index 0000000000..40318cd30b --- /dev/null +++ b/.profile @@ -0,0 +1,8 @@ +PATH=/usr/ucb:/bin:/usr/bin:/etc:.:/usr/new +HOME=/ +TERM=dw2 +export HOME +export PATH +export TERM +stty erase  +echo ERASE IS CONTROL-H!!! diff --git a/.project b/.project new file mode 100644 index 0000000000..6cfb24cd61 --- /dev/null +++ b/.project @@ -0,0 +1 @@ +Rootin' around in the file system, I imagine...