summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorReinaldo Colina <rcolina@pingidentity.com>2015-08-28 13:55:37 -0700
committerReinaldo Colina <rcolina@pingidentity.com>2015-08-28 13:55:37 -0700
commit93dad96832a59d3d7f6ac6580cabf0202b387ffe (patch)
tree36b91c6061bd049db3d92642d6c89451ea4f13d7 /README.md
parent637b5d5534469ebb15826139e1b3df12a1cc9309 (diff)
downloadgit-sonar-93dad96832a59d3d7f6ac6580cabf0202b387ffe.tar.gz
git-sonar-93dad96832a59d3d7f6ac6580cabf0202b387ffe.zip
Removing --minimal arg implementation
- Dealing with the git: prefix will be done in a separate pull request - The new --no-remote-status arg remains
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/README.md b/README.md
index f126a21..b9268ee 100644
--- a/README.md
+++ b/README.md
@@ -137,21 +137,6 @@ export PS1="$PS1\$(git-radar --bash --fetch)"
export PROMPT="$PROMPT$(git-radar --zsh --fetch) "
```
-### (Optional) Minimal mode
-
-If you wish to keep the length of your prompt shorter, you can call git-radar with `--minimal` which will render the new prompt without the `git:` part
-
-**Bash**
-```bash
-export PS1="$PS1\$(git-radar --bash --fetch --minimal) "
-```
-(note: the `\` escaping the `$` is important)
-
-**Zsh**
-```zsh
-export PROMPT="$PROMPT$(git-radar --zsh --fetch --minimal) "
-```
-
## License
Git Radar is licensed under the MIT license.