Skip to content

Instantly share code, notes, and snippets.

@jchernan
Last active December 21, 2015 00:09
Show Gist options
  • Save jchernan/6218122 to your computer and use it in GitHub Desktop.
Save jchernan/6218122 to your computer and use it in GitHub Desktop.
# Git
export PATH=/usr/local/git/bin:$PATH
# curl https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh
# curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash
source ~/.git-prompt.sh
source ~/.git-completion.bash
# Command prompt
PS1="\u:\W\[\e[0;36m\]\$(__git_ps1)\[\e[m\]\$ "
# PostgresSQL
export PATH=/Library/PostgreSQL/9.3/bin:${PATH}
# Scala and Play
export PATH=~/Documents/projects/scala/bin:${PATH}
export PATH=~/Documents/projects/activator:${PATH}
export PATH=~/Documents/projects/sbt/bin:${PATH}
# Grep color
export GREP_OPTIONS='--color=always'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment