README: Document how to config repo status reporting

Ref #2
parent 1ec90057
...@@ -10,4 +10,13 @@ The default theme – cloned from oh-my-zsh. ...@@ -10,4 +10,13 @@ The default theme – cloned from oh-my-zsh.
- If the last command was failed, the indicator would be red, otherwise it's - If the last command was failed, the indicator would be red, otherwise it's
green green
#### Configuration
To ignore untracked files when signaling repository status, set
`theme_display_git_untracked` to `no`:
```fish
set theme_display_git_untracked no
```
[screenshot]: https://bachue.github.io/oh-my-fish/images/robbyrussell-screenshot.png [screenshot]: https://bachue.github.io/oh-my-fish/images/robbyrussell-screenshot.png
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment