Created
March 3, 2015 16:38
-
-
Save morontt/7d0ec4de845c9ed04498 to your computer and use it in GitHub Desktop.
.bash_profile on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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