Mercurial > hg > cc > cirrus_home
view .bash_profile @ 60:ff4e85d8ec31
switch for use on login server, invoke by hand with 0/1 as only cmd line arg
author | Henry S. Thompson <ht@inf.ed.ac.uk> |
---|---|
date | Thu, 23 Apr 2020 17:25:25 +0100 |
parents | 701fe81ada29 |
children | b24755311af8 |
line wrap: on
line source
# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # 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