Skip to content

Instantly share code, notes, and snippets.

@voidius
voidius / bash_profile
Created October 26, 2012 12:39
bash_profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
#PS1='\[\033[0;32m\]\W \u$ \[\033[0m\]'
source ~/.git-completion.bash
PS1='\[\e[0;33m\]\u\[\e[0;33m\]@\[\e[0;33m\]\h \[\e[0;32m\]\w\[\e[0;35m\]$(__git_ps1) \[\e[0;36m\]$(~/.rvm/bin/rvm-prompt) \n\[\e[0;31m\]\$\[\e[0;37m\] '
#alias ci="git commit -m"
#alias cia="git commit --amend -m"
#alias fix="git commit -m \"bugfix\""