source: TOOLS/MachineEnvironment/jeanzay/bash_login @ 4858

Last change on this file since 4858 was 4857, checked in by jgipsl, 5 years ago

Added env_atlas_jeanzay.

  • Property svn:executable set to *
File size: 934 bytes
Line 
1# .bash_login
2#------------------------------------------------------
3# To get 644 file and 755 directory
4umask 0022
5
6# Set prompt
7PS1="\u@\h:\w> "
8
9# Source recommanded module environement for compilation and running modeles
10source /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/env_jeanzay
11
12# Source recommanded module environement for post-treatment tools ferret, fast and atlas
13source /gpfswork/rech/psl/commun/MachineEnvironment/jeanzay/env_atlas_jeanzay
14
15# Other modules
16module load subversion/1.9.7/gcc-4.8.5
17module load cdo
18
19# alias for extraction of modipsl
20alias svn_ano='svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl'
21
22# Other standard aliases and functions
23alias rm='rm -i'
24alias cp='cp -i'
25alias mv='mv -i'
26alias ll='ls -l'
27alias la='ls -a'
28alias ld='ls -l | egrep '^d''
29alias h='history'
30
31#------------------------------------------------------
32# Below user specific aliases and functions
33
Note: See TracBrowser for help on using the repository browser.