Created
November 3, 2018 16:55
-
-
Save anton-petrov/f7d17c3cdc87c1db00cd7e0a41c24052 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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