source: TOOLS/MachineEnvironment/curie/bashrc

Last change on this file 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
RevLine 
[3929]1if [[ ${-} != *i*  ||  ( ${TERM} != xterm* && ${TERM} != screen ) || ${TERM}  = "su" || ${TERM}  = "dumb" || ${TERM}  = "network" || -z ${TERM} ]] ; then
2        return 0
3fi
4#####################################
[4087]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
[3929]9case $HOSTNAME in
10
11curie*)
[4087]12        . ~/.bashrc_curie ;;
[3929]13
[3934]14irene*)
[4087]15        . ~/.bashrc_irene ;;
[3934]16
[3929]17esac
18#####################################
19
Note: See TracBrowser for help on using the repository browser.