# start .cshrc
if ($?tcsh) then
        set modules_shell="tcsh"
else
        set modules_shell="csh"
endif
#alias module 'eval `/usr/share/Pmodules/libexec/Modules/$MODULE_VERSION/bin/modulecmd '$modules_shell '\!*`'
alias module 'eval `/usr/share/Pmodules/libexec/modulecmd '$modules_shell '\!*`'

if (! $?prompt) exit			#exit if not interactive

alias rm 'rm -i'
alias sh bash

# end .cshrc
