Skip to content

Instantly share code, notes, and snippets.

@anton-petrov
Created November 3, 2018 16:55
Show Gist options
  • Save anton-petrov/f7d17c3cdc87c1db00cd7e0a41c24052 to your computer and use it in GitHub Desktop.
Save anton-petrov/f7d17c3cdc87c1db00cd7e0a41c24052 to your computer and use it in GitHub Desktop.
export COLORTERM="truecolor"
source ~/.bash-powerline.sh
alias j11="export JAVA_HOME=`/usr/libexec/java_home -v 11`; java -version"
alias j8="export JAVA_HOME=`/usr/libexec/java_home -v 1.8`; java -version"
if [ -f ~/.bash_powerline01.sh ]; then
. ~/.bash_powerline01.sh
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment