summaryrefslogtreecommitdiff
path: root/plugins/branch/README.md
diff options
context:
space:
mode:
authorVictor Torres <vpaivatorres@gmail.com>2015-12-14 20:58:29 -0300
committerVictor Torres <vpaivatorres@gmail.com>2015-12-14 20:58:29 -0300
commitfe63ed09b7a8d8040dbbe9892f89c1c46d4ff75d (patch)
tree0911a17eedc669f46a1de8e9ee2bfef4daf48c00 /plugins/branch/README.md
parentcf5db83facf67a27faa2860241f6ddc1d7e27b4f (diff)
downloadzsh-fe63ed09b7a8d8040dbbe9892f89c1c46d4ff75d.tar.gz
zsh-fe63ed09b7a8d8040dbbe9892f89c1c46d4ff75d.tar.bz2
zsh-fe63ed09b7a8d8040dbbe9892f89c1c46d4ff75d.zip
Updating speed test info and using zsh command line.
Diffstat (limited to 'plugins/branch/README.md')
-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