aboutsummaryrefslogtreecommitdiff
path: root/share/skel/dot.cshrc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-12-01 20:13:42 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-12-01 20:13:42 +0000
commit2db54afc5e7f7871f81e9d01a6c2a3cfaede8a5b (patch)
tree6c03aff771d4d619342cf9520d70c7b0468e0584 /share/skel/dot.cshrc
parent7b55c6d15399fe08388f89c9cca78721c2de1dfd (diff)
downloadsrc-2db54afc5e7f7871f81e9d01a6c2a3cfaede8a5b.tar.gz
src-2db54afc5e7f7871f81e9d01a6c2a3cfaede8a5b.zip
Notes
Diffstat (limited to 'share/skel/dot.cshrc')
-rw-r--r--share/skel/dot.cshrc17
1 files changed, 0 insertions, 17 deletions
diff --git a/share/skel/dot.cshrc b/share/skel/dot.cshrc
index d8a402cab7e5..5a4d35905ed5 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