Skip to content

Instantly share code, notes, and snippets.

@morontt
Created March 3, 2015 16:38
Show Gist options
  • Select an option

  • Save morontt/7d0ec4de845c9ed04498 to your computer and use it in GitHub Desktop.

Select an option

Save morontt/7d0ec4de845c9ed04498 to your computer and use it in GitHub Desktop.
.bash_profile on Mac
export PATH=/opt/local/bin:/opt/local/sbin:/opt/local/lib/postgresql93/bin:/usr/local/go/bin:$PATH
source ~/.git-prompt.sh
export GOPATH=~/gocode
#color for terminal
export PS1="\[\e]0;\u@\h: \w\a\]\[\033[01;36m\]\u@\h \[\033[01;33m\]\w\[\033[33m\]\$(__git_ps1 ' git:(%s)')\n\[\033[01;35m\]\$ \[\033[00m\]"
source ~/.git-completion.bash
alias ll="ls -ahl"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment