# Default instruction placed by the System Administrator source /usr/glob/user/.cshrc # Modify path to append my personal bin directory: setenv PATH ${PATH}:~/mybin # Define environment variables needed by some personal packages source ~/.set_environment # Load aliases: source ~/.aliases # Set shell variables: source ~/.shell_variables # Platform dependent stuff: if ( $OSTYPE == "Linux" ) then source ~/.linux_specific endif # Host dependent stuff (for instance a burro, or a machine with some specific configuration): if ( $HOST == "esel" ) then source ~/.esel_specific endif