source: TOOLS/MachineEnvironment/curie/bashrc @ 4087

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

Updated with changes done this summer(juin and july).

  • Property svn:executable set to *
File size: 519 bytes
Line 
1if [[ ${-} != *i*  ||  ( ${TERM} != xterm* && ${TERM} != screen ) || ${TERM}  = "su" || ${TERM}  = "dumb" || ${TERM}  = "network" || -z ${TERM} ]] ; then
2        return 0
3fi
4#####################################
5# This file, ~/.bashrc, should be sourced by your ~/.bash_profile
6#
7# Below, source ~/.basrch_curie or ~/.bashrc_irene depending on the computer
8# This file should be in your home
9case $HOSTNAME in
10
11curie*)
12        . ~/.bashrc_curie ;;
13
14irene*)
15        . ~/.bashrc_irene ;;
16
17esac
18#####################################
19
Note: See TracBrowser for help on using the repository browser.