Mercurial > hg > cc > cirrus_home
changeset 61:b24755311af8
x
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 23 Apr 2020 17:26:55 +0100 |
parents | ff4e85d8ec31 |
children | 346298ac3ab9 |
files | .bash_profile .bashrc |
diffstat | 2 files changed, 10 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/.bash_profile Thu Apr 23 17:25:25 2020 +0100 +++ b/.bash_profile Thu Apr 23 17:26:55 2020 +0100 @@ -7,12 +7,3 @@ # User specific environment and startup programs -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
--- 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