Skip to content

Instantly share code, notes, and snippets.

@rubberduck203
Created January 2, 2018 17:14
Show Gist options
  • Save rubberduck203/9e205e1059a291b1224c45fc1426557a to your computer and use it in GitHub Desktop.
Save rubberduck203/9e205e1059a291b1224c45fc1426557a to your computer and use it in GitHub Desktop.
My bash profile
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