source: TOOLS/MachineEnvironment/irene/bashrc_irene

Last change on this file was 6753, checked in by jgipsl, 4 months ago

Change path to modipsl on svn (now forge.ipsl.fr instead of forge.jussieu.fr)

Also commit older changes:

  • jeanzay/env_atlas_jeanzay : Previously changed modules done in october 2020
  • irene-amd : removed after homogenization between modules used at skylake and amd in 2023
  • irene : new modules used since change to redhat8 in april 2023
  • Property svn:executable set to *
File size: 1.3 KB
Line 
1# .bashrc
2
3#------------------------------------------------------
4# To get 644 file and 755 directory
5umask 0022
6
7#------------------------------------------------------
8PS1="\u@\h:\w> "
9
10# Source global definitions
11if [ -f /etc/bashrc ]; then
12    . /etc/bashrc
13fi
14
15#------------------------------------------------------
16# POST-TREATMENTS (FERRET/FAST/ATLAS)
17#------------------------------------------------------
18. `ccc_home -u igcmg`/MachineEnvironment/irene/env_atlas_irene
19
20#------------------------------------------------------
21export PATH="`ccc_home -u igcmg`/Tools/fcm/bin:`ccc_home -u igcmg`/Tools/irene:`ccc_home -u igcmg`/Tools/irene/rebuild/modipsl/bin:$PATH"
22
23#------------------------------------------------------
24# User specific aliases and functions
25
26alias ls='ls --color'
27alias ll='ls -l --color'
28alias h='history'
29alias rm='rm -i'
30alias xterm='xterm -ls -sl 500 -sb -vb -fn "-*-fixed-medium-*-*-*-15-*-*-*-*-*-*-*" -bg LightGray -fg black -T $HOST -name $HOST'
31
32alias clean='find . \( -name ".*%" -o -name "*%" -o -name "*~" -o -name "core" -o -name "ferret.jnl*" -o -name "metafile*.plt*" \) -print -exec rm {} \;'
33
34alias svn_ano='svn co http://forge.ipsl.fr/igcmg/svn/modipsl/trunk modipsl'
35
36#------------------------------------------------------
37## Add below your personal settings
38#------------------------------------------------------
39
40
41
42
Note: See TracBrowser for help on using the repository browser.