summaryrefslogtreecommitdiffstats
path: root/etc/root/dot.cshrc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-12-01 20:12:05 +0000
committerjkh <jkh@FreeBSD.org>1995-12-01 20:12:05 +0000
commit1bc25004b3a9dc54c0e01eea1461de061b34da12 (patch)
tree7d5ce3e042d5a5982a43a6785eec6294745d8d1c /etc/root/dot.cshrc
parentf0378d7d2fba3b8fc0a0ad0029bfea70b29536bf (diff)
downloadFreeBSD-src-1bc25004b3a9dc54c0e01eea1461de061b34da12.zip
FreeBSD-src-1bc25004b3a9dc54c0e01eea1461de061b34da12.tar.gz
Rip these things down to the absolutely minimums - no tsets, no
sttys, no fancy prompts, nothing. Everything else seems to be too contraversal, so we'll go vanilla.
Diffstat (limited to 'etc/root/dot.cshrc')
-rw-r--r--etc/root/dot.cshrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc
index 80c2964..7d5c6f6 100644
--- a/etc/root/dot.cshrc
+++ b/etc/root/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
OpenPOWER on IntegriCloud