Created
May 13, 2019 20:25
-
-
Save adrianblade/b5f2882f567264f102e9ff55ea5b579e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -f ~/.bash_aliases ]; then | |
. ~/.bash_aliases | |
fi | |
#add extra paths | |
PATH=$PATH:$HOME/scripts:/opt/apache-maven-3.3.9/bin:/opt/gradle/gradle-4.10.2/bin | |
export PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment