# $Id: dot.cshrc,v 1.22 1998/09/13 23:05:47 brian Exp $ # #csh .cshrc file alias h history 25 alias j jobs -l alias la ls -a alias lf ls -FA alias ll ls -lhAF alias q exit alias isdn-open "ping -c 1 www.leidinger.net >& /dev/null" setenv EDITOR vi setenv PAGER less setenv BLOCKSIZE K setenv LESS "-C -i -j4 -M -e -PM?m(%i/%m) .?f%f:Standard input.\: ?bb%bb?B/%B. Bytes.?pb (%pb\%).?lb, Zeile\: %lb?e ?x(-> %x):(EOF).%t" if ($?prompt) then # An interactive shell -- set some stuff up # if ( $?loginsh && $term == xterm ) then # set prompt = "%B%~%%%b " # else set prompt = "\n%d, %D. %w %Y, %P\n{%?} <`uname -sr`> [%m:%~]\n%B(%h) %U%n@%l%u %#%b " # endif # set prompt2='%R> ' # loops and ifs set history = 100 set savehist = 100 # if we have a file with completion configuration: suck it in if ( -f ${HOME}/.completions ) source ${HOME}/.completions calendar endif