Skip to content

Instantly share code, notes, and snippets.

@armandofox
Created August 20, 2020 18:57
Show Gist options
  • Save armandofox/17f75e5697e5bca7a9ce2be75d012a65 to your computer and use it in GitHub Desktop.
Save armandofox/17f75e5697e5bca7a9ce2be75d012a65 to your computer and use it in GitHub Desktop.
git_prompt.txt
export PS1="[`git branch --no-color 2>/dev/null | \
sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'`]% "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment