diff options
author | Reinaldo Colina <rcolina@pingidentity.com> | 2015-08-28 13:55:37 -0700 |
---|---|---|
committer | Reinaldo Colina <rcolina@pingidentity.com> | 2015-08-28 13:55:37 -0700 |
commit | 93dad96832a59d3d7f6ac6580cabf0202b387ffe (patch) | |
tree | 36b91c6061bd049db3d92642d6c89451ea4f13d7 /README.md | |
parent | 637b5d5534469ebb15826139e1b3df12a1cc9309 (diff) | |
download | git-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.md | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -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. |