Created
February 12, 2019 13:32
-
-
Save gabrieledarrigo/aa46708c74eea97d6c2648a4d3eb0a81 to your computer and use it in GitHub Desktop.
My bash profile
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
export PS1='\[\e[0;33m\]\h:\W \u\$\[\e[m\] ' | |
export CLICOLOR=1 | |
export LSCOLORS=GxFxCxDxBxegedabagaced | |
alias ll="ls -la" | |
export PATH="/Users/gabrieledarrigo/Library/Android/sdk/platform-tools":$PATH | |
export JAVA_JOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home | |
export GROOVY_HOME=/usr/local/opt/groovy/libexec | |
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment