Skip to content

Instantly share code, notes, and snippets.

@weblogix
Last active March 8, 2017 06:59
Show Gist options
  • Save weblogix/41d75b28b43e105ff8a8ed922054f664 to your computer and use it in GitHub Desktop.
Save weblogix/41d75b28b43e105ff8a8ed922054f664 to your computer and use it in GitHub Desktop.
.bash_profile for git-aware-prompt
# https://github.com/jimeh/git-aware-prompt
export GITAWAREPROMPT=~/.bash/git-aware-prompt
source "${GITAWAREPROMPT}/main.sh"
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
export PS1="\[\033[32m\]➤ \[\033[00m\]\W\[\033[32m\]\$(parse_git_branch)\[\033[00m\] $ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment