Skip to content

Instantly share code, notes, and snippets.

@joebutler2
Forked from JoeyButler/.bash_profile
Created March 17, 2014 00:07
Show Gist options
  • Save joebutler2/9591763 to your computer and use it in GitHub Desktop.
Save joebutler2/9591763 to your computer and use it in GitHub Desktop.
RED="\[\033[0;31m\]"
YELLOW="\[\033[0;33m\]"
GREEN="\[\033[0;32m\]"
WHITE="\[\033[1;37m\]"
BLACK="\[\033[0;30m\]"
OFF="\[\033[0m\]"
# Download git-completion from https://github.com/rtomayko/dotfiles/blob/rtomayko/.bash_completion.d/git-completion.bash
source /usr/local/etc/bash_completion.d/git-completion.bash
export PS1="$RED\$(~/.rvm/bin/rvm-prompt) $GREEN\w$YELLOW\$(__git_ps1 "[%s]")$OFF \$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment