Mercurial > hg > cc > cirrus_home
diff .bashrc @ 61:b24755311af8
x
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 23 Apr 2020 17:26:55 +0100 |
parents | 5371599c0cfa |
children | 8fb11e337e23 |
line wrap: on
line diff
--- a/.bashrc Thu Apr 23 17:25:25 2020 +0100 +++ b/.bashrc Thu Apr 23 17:26:55 2020 +0100 @@ -55,3 +55,13 @@ PERL_LOCAL_LIB_ROOT="/lustre/home/dc007/hst/lib/perl5${PERL_LOCAL_LIB_ROOT:+:${PERL_LOCAL_LIB_ROOT}}"; export PERL_LOCAL_LIB_ROOT; PERL_MB_OPT="--install_base \"/lustre/home/dc007/hst/lib/perl5\""; export PERL_MB_OPT; PERL_MM_OPT="INSTALL_BASE=/lustre/home/dc007/hst/lib/perl5"; export PERL_MM_OPT; + +PATH=$PATH:$HOME/.local/bin:$HOME/bin +EDITOR=emacs + +export PATH EDITOR + +export ANT_HOME=$HOME/src/apache-ant-1.10.7 +export MAVEN_HOME=$HOME/src/apache-maven-3.6.3 +export JAVA_HOME=$HOME/lib/openjdk-8u252-b09 +export PATH=${PATH}:${ANT_HOME}/bin:${MAVEN_HOME}/bin