diff options
Diffstat (limited to 'share/skel/dot.profile')
-rw-r--r-- | share/skel/dot.profile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/share/skel/dot.profile b/share/skel/dot.profile index 6895ccf..7b74329 100644 --- a/share/skel/dot.profile +++ b/share/skel/dot.profile @@ -1,11 +1,8 @@ -PATH=$HOME/bin:/bin:/usr/bin:/usr/games:/usr/X11R6/bin:/usr/local/bin +# $Id: dot.profile,v 1.8 1994/10/27 05:27:00 phk Exp $ +# +PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin +echo 'erase ^H, kill ^U, intr ^C' +stty crt erase ^H kill ^U intr ^C export PATH - -EDITOR=vi -export EDITOR -EXINIT='set autoindent' -export EXINIT -PAGER=more -export PAGER - -umask 2 +TERM=cons25 +export TERM |