Skip to content

Instantly share code, notes, and snippets.

@talos
Created October 27, 2015 00:18
Show Gist options
  • Save talos/25982b877d15d6d1d10c to your computer and use it in GitHub Desktop.
Save talos/25982b877d15d6d1d10c to your computer and use it in GitHub Desktop.
.bashrc
eval "$(rbenv init -)"
export EDITOR=vim
set -o vi
# Git completion and other things
source ~/.git-completion.bash
GIT_PS1_SHOWDIRTYSTATE=true
export PS1=${PS1}' \W$(__git_ps1) '
alias serve='python -m SimpleHTTPServer 8000'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment