##################################### case $HOSTNAME in curie*) . `ccc_home -u p86ipsl`/.bashrc_curie ;; esac ##################################### # to have one history file per session if (tty -s) then export HISTTIMEFORMAT="%T " export HISTFILE=$WORKDIR/bash_history/bash_history.$(date '+%d%m%y.%H%M%S') fi