summaryrefslogtreecommitdiffstats
path: root/share/skel
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-12-01 20:13:42 +0000
committerjkh <jkh@FreeBSD.org>1995-12-01 20:13:42 +0000
commit4b53447c61e1018f31ad4decf163ed24f59b42a9 (patch)
tree6c03aff771d4d619342cf9520d70c7b0468e0584 /share/skel
parent1bc25004b3a9dc54c0e01eea1461de061b34da12 (diff)
downloadFreeBSD-src-4b53447c61e1018f31ad4decf163ed24f59b42a9.zip
FreeBSD-src-4b53447c61e1018f31ad4decf163ed24f59b42a9.tar.gz
Similarly spartan dotfiles.
Diffstat (limited to 'share/skel')
-rw-r--r--share/skel/dot.cshrc17
-rw-r--r--share/skel/dot.login5
-rw-r--r--share/skel/dot.profile4
3 files changed, 2 insertions, 24 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index d8a402c..5a4d359 100644
--- a/share/skel/dot.cshrc
+++ b/share/skel/dot.cshrc
@@ -12,25 +12,8 @@ setenv BLOCKSIZE K
if ($?prompt) then
# An interactive shell -- set some stuff up
-
- set noglob; eval `tset -s`; unset noglob
- stty -istrip
-
set filec
set history = 100
set savehist = 100
set mail = (/var/mail/$USER)
-
- # customize prompt - works with tcsh only
- set machine = `hostname -s`
- if ("$TERM" == xterm) then
- alias cwdcmd 'echo -n "]0;${USER}@${machine}: `dirs`"'
- set prompt = "> "
- else
- alias cwdcmd 'set prompt = "${USER}@${machine}:${cwd}> "'
- endif
- cwdcmd
-
- # fix broken prompt after su
- alias su 'su \!* ; cwdcmd'
endif
diff --git a/share/skel/dot.login b/share/skel/dot.login
index 21d3df0..3c6fd00 100644
--- a/share/skel/dot.login
+++ b/share/skel/dot.login
@@ -1,8 +1,6 @@
# csh .login file
#
-stty crt erase 
-# PATH und MANPATH Grundeinstellung
set path = (/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/bin /usr/X11R6/bin $HOME/bin)
setenv MANPATH "/usr/share/man:/usr/X11R6/man:/usr/local/man"
@@ -12,8 +10,7 @@ set path = ($path /usr/local/interviews/bin/$CPU)
setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
# 8-bit locale (germany)
-#setenv ENABLE_STARTUP_LOCALE
-#setenv LANG de_DE.ISO8859-1
+#setenv LANG de_DE.ISO_8859-1
# A rightous umask
umask 22
diff --git a/share/skel/dot.profile b/share/skel/dot.profile
index 7b74329..d3b7603 100644
--- a/share/skel/dot.profile
+++ b/share/skel/dot.profile
@@ -1,8 +1,6 @@
-# $Id: dot.profile,v 1.8 1994/10/27 05:27:00 phk Exp $
+# $Id: dot.profile,v 1.9 1995/12/01 20:12:01 jkh 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
TERM=cons25
export TERM
OpenPOWER on IntegriCloud