Skip to content

Instantly share code, notes, and snippets.

@covard
Created December 23, 2022 17:22
Show Gist options
  • Save covard/15080ffd424416a2a516967ba80b9be5 to your computer and use it in GitHub Desktop.
Save covard/15080ffd424416a2a516967ba80b9be5 to your computer and use it in GitHub Desktop.
How to set the thoughtbot git shell or gitsh prompt color.

To set the color of your prompt edit your ~/.gitconfig file and add the below (with your color choices) at the bottom.

[gitsh "color"]
  default = magenta
  untracked = yellow
  modified = red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment