[BACK]Return to dot.cshrc CVS log [TXT][DIR] Up to [local] / src / share / skel

Diff for /src/share/skel/Attic/dot.cshrc between version 1.3 and 1.4

version 1.3, 1996/06/03 08:02:56 version 1.4, 1998/05/10 18:06:20
Line 8 
Line 8 
 alias la        ls -a  alias la        ls -a
 alias lf        ls -FA  alias lf        ls -FA
 alias ll        ls -lgsA  alias ll        ls -lgsA
 alias su        su -m  
 alias tset      'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'  alias tset      'set noglob histchars=""; eval `\tset -s \!*`; unset noglob histchars'
 alias x         exit  
 alias z         suspend  alias z         suspend
   
 set path = (~/bin /bin /usr/{bin,host,local/bin,games} .)  set path = (~/bin /bin /usr/{bin,local/bin,games} .)
   
 if ($?prompt) then  if ($?prompt) then
         # An interactive shell -- set some stuff up          # An interactive shell -- set some stuff up

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4