source ~/.cshrc-alias 
umask 077
set path = ($HOME/lib/bin /sbin /bin /usr/sbin /usr/bin /usr/games)
set path = ($path /usr/local/bin /usr/X11R6/bin /usr/local/sbin)
setenv  EDITOR          vim
setenv  PAGER           less
setenv  BLOCKSIZE       K
setenv  TEXINPUTS       .:$HOME/lib/tex::
setenv  LESSHISTFILE    "/dev/null/"
#set     ignoreeof
set     prompt="%{^[[01;36m%}`hostname`%{^[[0m%}[%{^[[93m%}%~%{^[[0m%}]%# "
set     nobeep
unset   savehist
if ($?prompt) then
  set filec
  if ( $?tcsh ) then
    bindkey "^W" backward-delete-word
    bindkey -k up history-search-backward
    bindkey -k down history-search-forward
  endif
endif
Monday, June 14, 2010
~/.cshrc
Note: ^[ represents the ESC character (see prompt line).
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment