source: TOOLS/MachineEnvironment/curie/bashrc_titane @ 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: 1017 bytes
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 + NCO + ...)
17#------------------------------------------------------
18. `ccc_home -u p86ipsl`/.atlas_env_titane_ksh
19
20#------------------------------------------------------
21export PATH="~p86ipsl/fcm/bin:$PATH"
22
23#------------------------------------------------------
24# User specific aliases and functions
25
26alias ls='ls'
27alias ll='ls -l'
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
Note: See TracBrowser for help on using the repository browser.