Skip to content

Instantly share code, notes, and snippets.

@viirre
Last active August 29, 2015 14:05
Show Gist options
  • Save viirre/c4244135b37c452f4303 to your computer and use it in GitHub Desktop.
Save viirre/c4244135b37c452f4303 to your computer and use it in GitHub Desktop.
Bash profile #2
# From https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh
source ~/.git_prompt.sh
PS1='\n\[\e[1;37m\]|-- \[\e[1;32m\]\u\[\e[0;39m\]@\[\e[1;36m\]\h\[\e[0;39m\]:\[\e[1;33m\]\w\[\e[0;39m\]\[\e[1;35m\]$(__git_ps1 " (%s)")\[\e[0;39m\] \[\e[1;37m\]--|\[\e[0;39m\]$ '
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment