#----------------------------------------------------------------------# # system-wide csh.cshrc # # aliases and settings for all csh-derivative shells # #----------------------------------------------------------------------# # module initialization # if ($?tcsh) then set modules_shell="tcsh" else set modules_shell="csh" endif alias module 'eval `/usr/local/Modules/$MODULE_VERSION/bin/modulecmd '$modules_shell '\!*`' unset modules_shell #----------------------------------------------------------------------# # set this if bash exists on your system and to use it # instead of sh - so per-process dot files will be sourced. #----------------------------------------------------------------------# alias sh bash #----------------------------------------------------------------------# # further system customizations can be added here #