Skip to content

Instantly share code, notes, and snippets.

@wreulicke
Created December 10, 2017 00:45
Show Gist options
  • Save wreulicke/3c95dd334341738b54e90d8275b3c707 to your computer and use it in GitHub Desktop.
Save wreulicke/3c95dd334341738b54e90d8275b3c707 to your computer and use it in GitHub Desktop.
export GOPATH=$HOME/go
export PATH=/usr/local/bin:$GOPATH/bin:$PATH
show_branch(){
git rev-parse --abbrev-ref HEAD 2> /dev/null | sed -e 's/^.*\///1'
}
PS1="\[\033[31m\]\u\[\033[0m\]: \[\033[32m\]\W \[\033[33m\](\$(show_branch))\[\033[00m\] $ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment