summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/branch/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/branch/README.md b/plugins/branch/README.md
index f970266a8..56ab8da4b 100644
--- a/plugins/branch/README.md
+++ b/plugins/branch/README.md
@@ -14,13 +14,13 @@ $ time hg branch
### Branch plugin
```shell
-$ time sh /tmp/branch_prompt_info.sh
-0.01s user 0.01s system 81% cpu 0.018 total
+$ time zsh /tmp/branch_prompt_info_test.zsh
+0.00s user 0.01s system 78% cpu 0.014 total
```
## Usage
-Edit your theme file (eg.: `~/.oh-my-zsh/theme/robbyrussell.zsh-theme`)
+Edit your theme file (eg.: `~/.oh-my-zsh/theme/robbyrussell.zsh-theme`)
adding `$(branch_prompt_info)` in your prompt like this:
```diff