source: TOOLS/MachineEnvironment/curie/bashrc_platine @ 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: 846 bytes
Line 
1# .bashrc
2
3#------------------------------------------------------
4# To get 644 file and 755 directory
5umask 0022
6
7#------------------------------------------------------
8PS1="\u@\h:\w> "
9
10#------------------------------------------------------
11# POST-TREATMENTS (FERRET/FAST/ATLAS + NCO + ...)
12#------------------------------------------------------
13. `ccc_home -u p86ipsl`/.atlas_env_platine_ksh
14
15#------------------------------------------------------
16# User specific aliases and functions
17
18alias ls='ls'
19alias ll='ls -l'
20alias h='history'
21alias rm='rm -i'
22alias xterm='xterm -ls -sl 500 -sb -vb -fn "-*-fixed-medium-*-*-*-15-*-*-*-*-*-*-*" -bg LightGray -fg black -T $HOST -name $HOST'
23
24alias clean='find . \( -name ".*%" -o -name "*%" -o -name "*~" -o -name "core" -o -name "ferret.jnl*" -o -name "metafile*.plt*" \) -print -exec rm {} \;'
25
Note: See TracBrowser for help on using the repository browser.