Created
September 3, 2014 12:13
-
-
Save mikedewar/0132ea41aab67bfca685 to your computer and use it in GitHub Desktop.
bash profile
This file contains 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 EDITOR=/usr/bin/vim | |
export GOPATH=$HOME/go | |
export PATH=$PATH:$GOPATH/bin | |
source ~/.git-prompt.sh | |
export PS1="\w\[$(tput setaf 7)\]\$(__git_ps1) \[$(tput setaf 6)\]⚡︎ \[$(tput sgr0)\]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment