diff --git a/README.md b/README.md index 42eba18..359c19c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ `gitstatus` is a plugin made for prompts - it tells you how many things have changed since the last git commit in a repository. -Example with `PS1='%F{blue}%~%F{default} $(gitstatus) %F{green}$%F{default} '`: +Example with `PS1='%F{blue}%~%F{default} $(gitstatus -i)%F{green}$%F{default} '`: ![](./screenshot.png) diff --git a/screenshot.png b/screenshot.png index 0d24040..26f0bee 100644 Binary files a/screenshot.png and b/screenshot.png differ