annotate .bash_profile @ 59:701fe81ada29

java stuff
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 22 Apr 2020 18:42:40 +0100
parents 6fdebccf6492
children b24755311af8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
1 # .bash_profile
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
2
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
3 # Get the aliases and functions
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
4 if [ -f ~/.bashrc ]; then
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
5 . ~/.bashrc
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
6 fi
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
7
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
8 # User specific environment and startup programs
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
9
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
10 PATH=$PATH:$HOME/.local/bin:$HOME/bin
24
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 20
diff changeset
11 EDITOR=emacs
20
5371599c0cfa local setup
Henry S. Thompson <ht@inf.ed.ac.uk>
parents:
diff changeset
12
24
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 20
diff changeset
13 export PATH EDITOR
59
701fe81ada29 java stuff
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 24
diff changeset
14
701fe81ada29 java stuff
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 24
diff changeset
15 export ANT_HOME=$HOME/src/apache-ant-1.10.7
701fe81ada29 java stuff
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 24
diff changeset
16 export MAVEN_HOME=$HOME/src/apache-maven-3.6.3
701fe81ada29 java stuff
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 24
diff changeset
17 export JAVA_HOME=$HOME/lib/openjdk-8u252-b09
701fe81ada29 java stuff
Henry S. Thompson <ht@inf.ed.ac.uk>
parents: 24
diff changeset
18 export PATH=${PATH}:${ANT_HOME}/bin:${MAVEN_HOME}/bin