Skip to content

Instantly share code, notes, and snippets.

@jdutton
Last active August 29, 2015 13:55
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 jdutton/8733961 to your computer and use it in GitHub Desktop.
Save jdutton/8733961 to your computer and use it in GitHub Desktop.
Jeff's Mac .bash_profile
export EDITOR=emacs
export GOPATH=~/Workspace/go
export PATH=$PATH:$GOPATH/bin
eval "$(rbenv init -)"
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home
alias ll='ls -l'
# Set prompt to highlight the git branch
# curl -L https://raw.github.com/git/git/master/contrib/completion/git-prompt.sh -o ~/.git-prompt.sh
source ~/.git-prompt.sh
GIT_BRANCH_COLOR='\e[1;95m'
PS1="\h:\W \u\[$GIT_BRANCH_COLOR\]\$(__git_ps1)\[\e[m\]\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment