source: TOOLS/MachineEnvironment/irene/bashrc_irene @ 3936

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

Add alias svn_ano

  • Property svn:executable set to *
File size: 1.6 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# COMPUTE AND COMPILE ENVIRONNEMENT (intel, netcdf, mpi, hdf5, nco, cdo,...)
17#------------------------------------------------------
18## . /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/irene/env_irene
19. `ccc_home -u igcmg`/MachineEnvironment/irene/env_irene
20
21#------------------------------------------------------
22# POST-TREATMENTS (FERRET/FAST/ATLAS)
23#------------------------------------------------------
24## . /ccc/cont003/home/igcmg/igcmg/MachineEnvironment/irene/env_atals_irene
25. `ccc_home -u igcmg`/MachineEnvironment/irene/env_atlas_irene
26
27#------------------------------------------------------
28export PATH="`ccc_home -u igcmg`/Tools/fcm/bin:`ccc_home -u igcmg`/Tools/irene:`ccc_home -u igcmg`/Tools/irene/rebuild/modipsl_IOIPSL_PLUS_v2_2_4/bin:$PATH"
29
30#------------------------------------------------------
31# User specific aliases and functions
32
33alias ls='ls --color'
34alias ll='ls -l --color'
35alias h='history'
36alias rm='rm -i'
37alias xterm='xterm -ls -sl 500 -sb -vb -fn "-*-fixed-medium-*-*-*-15-*-*-*-*-*-*-*" -bg LightGray -fg black -T $HOST -name $HOST'
38
39alias clean='find . \( -name ".*%" -o -name "*%" -o -name "*~" -o -name "core" -o -name "ferret.jnl*" -o -name "metafile*.plt*" \) -print -exec rm {} \;'
40
41alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl'
42
Note: See TracBrowser for help on using the repository browser.