From 4b53447c61e1018f31ad4decf163ed24f59b42a9 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 1 Dec 1995 20:13:42 +0000 Subject: Similarly spartan dotfiles. --- share/skel/dot.cshrc | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'share/skel/dot.cshrc') 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 -- cgit v1.1