Mercurial > hg > cc > cirrus_home
comparison .bash_profile @ 61:b24755311af8
x
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 23 Apr 2020 17:26:55 +0100 |
parents | 701fe81ada29 |
children | efaa10c1e9ea |
comparison
equal
deleted
inserted
replaced
60:ff4e85d8ec31 | 61:b24755311af8 |
---|---|
5 . ~/.bashrc | 5 . ~/.bashrc |
6 fi | 6 fi |
7 | 7 |
8 # User specific environment and startup programs | 8 # User specific environment and startup programs |
9 | 9 |
10 PATH=$PATH:$HOME/.local/bin:$HOME/bin | |
11 EDITOR=emacs | |
12 | |
13 export PATH EDITOR | |
14 | |
15 export ANT_HOME=$HOME/src/apache-ant-1.10.7 | |
16 export MAVEN_HOME=$HOME/src/apache-maven-3.6.3 | |
17 export JAVA_HOME=$HOME/lib/openjdk-8u252-b09 | |
18 export PATH=${PATH}:${ANT_HOME}/bin:${MAVEN_HOME}/bin |