Created
October 27, 2015 00:18
-
-
Save talos/25982b877d15d6d1d10c to your computer and use it in GitHub Desktop.
.bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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