< previous paste - next paste>
setenv SHELL /bin/bash
## Change appearance of the prompt (see tcsh(1), section "prompt"))
if ( $?prompt ) then
if ( $?tcsh ) then
set prompt="%m %c1 > "
set prompt="%{\033[0;1;32m%}[%{\033[37m%}%t %n %{\033[32m%}%{\033[33m%}%c3%{\033[32m%}]%{\033[0m%}%#"
endif
endif
## Setup aliases
alias gnus 'emacs -f gnus'
# Redefinition of keys (see tcsh(1))
if ( $?tcsh ) then
bindkey -b ^p history-search-backward
bindkey -b ^n history-search-forward
endif
## If you make additions to $PATH and $MANPATH, be sure to include
## the previous contents
#setenv PATH ${PATH}:<make additions here>
#setenv MANPATH ${MANPATH}:<make additions here>
unset ignoreeof
Go to most recent paste.
(c) Copyright 2005-2011 Thomas Damgaard Nielsen.