tcsh + pushd + cd – very convenient settings

I have just found really useful settings for tchs that make life easier:

alias dirs 'dirs -vl'

set dunique
set pushdsilent
set pushdtohome
alias cd 'pushd \!*'

source: http://thrysoee.dk/pushd/