#
# .cshrc - csh resource script, read at beginning of execution by each shell
#
# see also csh(1), environ(7).
#
umask 22
set path = (/usr/sfw/bin /usr/sbin /usr/bin)
setenv EDITOR vi
setenv PAGER less
setenv BLOCKSIZE K
#setenv CC /opt/SUNWspro/bin/CC
#setenv cc /opt/SUNWspro/bin/cc
setenv JAVA_HOME /usr/java
if ($?prompt) then
set prompt = "%B`hostname`%b%# "
set filec
set history = 256
set savehist = 256
set mail = (/var/mail/$USER)
if ( $?tcsh ) then
bindkey "^W" backward-delete-word
bindkey -k up history-search-backward
bindkey -k down history-search-forward
endif
endif
Комментариев нет:
Отправить комментарий