Created
January 2, 2018 17:14
-
-
Save rubberduck203/9e205e1059a291b1224c45fc1426557a to your computer and use it in GitHub Desktop.
My bash profile
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 CLICOLOR=1 | |
# user@host:pwd$ | |
# https://superuser.com/questions/239994/how-to-have-full-directory-path-always-shown-in-mac-terminal-like-linux-termina | |
# pwd and prompt are in the directory color (34 is blue, but homebrew theme displays it as light orange) | |
export PS1='\u@\h:\e[34m\w\$\e[0m ' | |
export PATH=$PATH:~/Library/Android/sdk/platform-tools | |
export PATH=$PATH:~/Library/Android/sdk/emulator |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment