Skip to content

Instantly share code, notes, and snippets.

@mikedewar
Created September 3, 2014 12:13
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 mikedewar/0132ea41aab67bfca685 to your computer and use it in GitHub Desktop.
Save mikedewar/0132ea41aab67bfca685 to your computer and use it in GitHub Desktop.
bash profile
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