4.4BSD-Lite
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 5 Apr 1994 05:25:23 +0000 (21:25 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 5 Apr 1994 05:25:23 +0000 (21:25 -0800)
SCCS-vsn: share/skel/dot.cshrc 8.2
SCCS-vsn: share/skel/dot.login 8.2

usr/src/share/skel/dot.cshrc
usr/src/share/skel/dot.login

index d1e8a36..0d9599b 100644 (file)
@@ -1,19 +1,13 @@
-# .cshrc initialization
+#csh .cshrc file
 
 
-alias df       df -k
-alias du       du -k
-alias f                finger
-alias h                'history -r | more'
+alias h                history 25
 alias j                jobs -l
 alias la       ls -a
 alias lf       ls -FA
 alias j                jobs -l
 alias la       ls -a
 alias lf       ls -FA
-alias ll       ls -lgsA
+alias ll       ls -lA
 alias su       su -m
 alias su       su -m
-alias tset     'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
-alias x                exit
-alias z                suspend
 
 
-set path = (~/bin /bin /usr/{bin,new,games,local,old} .)
+set path = (~/bin /bin /usr/{bin,X11/bin,contrib/bin,games,old/bin} /usr/local/bin)
 
 if ($?prompt) then
        # An interactive shell -- set some stuff up
 
 if ($?prompt) then
        # An interactive shell -- set some stuff up
@@ -22,6 +16,6 @@ if ($?prompt) then
        set ignoreeof
        set mail = (/var/mail/$USER)
        set mch = `hostname -s`
        set ignoreeof
        set mail = (/var/mail/$USER)
        set mch = `hostname -s`
-       set prompt = "$mch:q:$cwd:t {\!} "
+       set prompt = "${mch:q}: {\!} "
        umask 2
 endif
        umask 2
 endif
index bdbc750..eb10795 100644 (file)
@@ -1,15 +1,9 @@
-#csh login file
+#csh .login file
 
 
-if ( ! $?TERMCAP ) then
-       tset -Q  '-mdialup:?vt100' $TERM
-endif
-
-stty   newcrt crterase
-
-set    savehist=100
-set    ignoreeof
-
-setenv EXINIT          'set ai sm noeb'
-setenv HOSTALIASES      $HOME/.hostaliases
+setenv SHELL /bin/csh
+set noglob
+eval `tset -s -m 'network:?xterm'`
+unset noglob
+stty status '^T' crt -tostop
 
 /usr/games/fortune
 
 /usr/games/fortune