source: TOOLS/MachineEnvironment/curie/bashrc @ 3931

Last change on this file since 3931 was 3931, checked in by jgipsl, 6 years ago

Updated files since change at TGCC: home of p86ipsl is not longer accessible by all users. Now keep environement files in home igcmg/igcmg

  • Property svn:executable set to *
File size: 349 bytes
Line 
1if [[ ${-} != *i*  ||  ( ${TERM} != xterm* && ${TERM} != screen ) || ${TERM}  = "su" || ${TERM}  = "dumb" || ${TERM}  = "network" || -z ${TERM} ]] ; then
2        return 0
3fi
4#####################################
5case $HOSTNAME in
6
7curie*)
8        . `ccc_home -u igcmg`/MachineEnvironment/curie/bashrc_curie ;;
9
10esac
11#####################################
12
Note: See TracBrowser for help on using the repository browser.