diff options
author | Victor Torres <vpaivatorres@gmail.com> | 2015-12-14 20:58:29 -0300 |
---|---|---|
committer | Victor Torres <vpaivatorres@gmail.com> | 2015-12-14 20:58:29 -0300 |
commit | fe63ed09b7a8d8040dbbe9892f89c1c46d4ff75d (patch) | |
tree | 0911a17eedc669f46a1de8e9ee2bfef4daf48c00 /plugins/branch/README.md | |
parent | cf5db83facf67a27faa2860241f6ddc1d7e27b4f (diff) | |
download | zsh-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.md | 6 |
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 |