Skip to content

Instantly share code, notes, and snippets.

@jonduarte
Last active August 17, 2017 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonduarte/ed00b0bdc74716fcc63aacc2466d8720 to your computer and use it in GitHub Desktop.
Save jonduarte/ed00b0bdc74716fcc63aacc2466d8720 to your computer and use it in GitHub Desktop.
eval "$(rbenv init -)"
alias be="bundle exec"
alias gg='git grep -i'
source $(brew --prefix)/etc/bash_completion
export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
GIT_PS1_SHOWDIRTYSTATE=true
export PS1='[\u@mbp \w$(__git_ps1)]\$ '
if [ -n "$DISPLAY" -a "$TERM" == "xterm" ]; then
export TERM=xterm-256color
fi
export PATH="/usr/local/sbin:$PATH"
export PATH="~/bin:$PATH"
# run
# brew install readline ruby-build
RUBY_CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment