Skip to content

Instantly share code, notes, and snippets.

@kikoso
Created January 20, 2020 03:50
Show Gist options
  • Save kikoso/41c27081fa94562f8785c4c1f632e56f to your computer and use it in GitHub Desktop.
Save kikoso/41c27081fa94562f8785c4c1f632e56f to your computer and use it in GitHub Desktop.
parse_firebase_branch() {
cat .firebaserc 2>/dev/null | grep default | sed 's/^.\{16\}//' | sed 's/.$//'
}
export PS1="\u@\h \[\033[32m\]\w\[\033[33m\]\$(parse_firebase_branch)\[\033[00m\] $ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment