-
Notifications
You must be signed in to change notification settings - Fork 0
/
bashrc
32 lines (24 loc) · 836 Bytes
/
bashrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
# Set path shell variable
PATH=$PATH:./:$HOME/bin:/usr/sbin:/sbin
export PATH
export PS1="\# (`hostname`) \w > "
export GIT_SSH_COMMAND='ssh -i /u/sshKeys/$USER/id_rsa'
export ECFevs=/lfs/h2/emc/vpppg/noscrub/perry.shafran/EVS/ecf/scripts
export SCRIPTevs=/lfs/h2/emc/vpppg/noscrub/perry.shafran/EVS/dev/drivers/scripts
export HPC_OPT=/apps/ops/para/libs
module use /lfs/h2/emc/nceplibs/noscrub/kgerheiser/hpc-stack-met/install/modulefiles
module use /apps/ops/para/libs/modulefiles/compiler/intel/19.1.3.304
module load intel/19.1.3.304
module load gsl
module load met/11.0.2
module load metplus/5.0.1
module load python/3.8.6
module load netcdf/4.7.4
module load prod_envir
module load prod_util