PasteBin on this domain is being retired. Please use PasteBin on paste.adora.dk instead.

Pastebin

Paste #9:

< previous paste - next paste>

Pasted by tdn

Download View as text

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

Paste below


Do not write anything in this field if you're a human.

Go to most recent paste.