Skip to content

Instantly share code, notes, and snippets.

@adrianblade
Created May 13, 2019 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianblade/b5f2882f567264f102e9ff55ea5b579e to your computer and use it in GitHub Desktop.
Save adrianblade/b5f2882f567264f102e9ff55ea5b579e to your computer and use it in GitHub Desktop.
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