source: TOOLS/MachineEnvironment/curie/bash_profile @ 3929

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

Add folder MachineEnvironment? to contain all environement files at computing centers which are maintained by the platform group.

The files in subfolder curie and irene were previously stored at TGCC in the home p86ipsl. The files had previously a point as prefix which has been removed to make the files visible. For history, here also commited old files not used any more. They will be removed in next commit.

  • Property svn:executable set to *
File size: 329 bytes
Line 
1
2#####################################
3case $HOSTNAME in
4
5curie*)
6        . `ccc_home -u p86ipsl`/.bashrc_curie ;;
7
8esac
9#####################################
10
11# to have one history file per session
12
13if (tty -s) then
14      export HISTTIMEFORMAT="%T "
15      export HISTFILE=$WORKDIR/bash_history/bash_history.$(date '+%d%m%y.%H%M%S')
16fi
Note: See TracBrowser for help on using the repository browser.