浏览代码

Updating speed test info and using zsh command line.

Victor Torres 8 年之前
父节点
当前提交
fe63ed09b7
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      plugins/branch/README.md

+ 3 - 3
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