Skip to content

Instantly share code, notes, and snippets.

@joesondow
Last active December 20, 2016 12:07
Show Gist options
  • Save joesondow/6a755d08b9f9e1a120f486d147e8f1b5 to your computer and use it in GitHub Desktop.
Save joesondow/6a755d08b9f9e1a120f486d147e8f1b5 to your computer and use it in GitHub Desktop.
#!/bin/bash

source /usr/local/etc/bash_completion.d/git-completion.bash
source /usr/local/etc/bash_completion.d/git-prompt.sh
GIT_PS1_SHOWDIRTYSTATE=true
export PS1='[\u@mbp \w$(__git_ps1)]\$ '

alias ll='ls -al'

# Load rbenv automatically by appending
# the following to ~/.bash_profile:

eval "$(rbenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment