diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1993-06-20 13:41:45 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1993-06-20 13:41:45 +0000 |
commit | 241ccdeaf33c080d675cd85c358a16633866cf81 (patch) | |
tree | c84dd7ab382aa1dba3e4756697763fde81eccd04 /etc/root/dot.profile | |
parent | 146bcedccdd97829716f102265608ee44a35d3a1 (diff) | |
download | FreeBSD-src-241ccdeaf33c080d675cd85c358a16633866cf81.zip FreeBSD-src-241ccdeaf33c080d675cd85c358a16633866cf81.tar.gz |
Initial import of 386BSD 0.1 othersrc/etc
Diffstat (limited to 'etc/root/dot.profile')
-rw-r--r-- | etc/root/dot.profile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/root/dot.profile b/etc/root/dot.profile new file mode 100644 index 0000000..47effab --- /dev/null +++ b/etc/root/dot.profile @@ -0,0 +1,7 @@ +PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local:/usr/contrib:. +echo 'erase ^?, kill ^U, intr ^C' +stty crt erase kill intr +export PATH +HOME=/root +export HOME +export TERM |