We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1891262 commit c486304Copy full SHA for c486304
book/A-git-in-other-environments/sections/zsh.asc
@@ -29,7 +29,8 @@ setopt prompt_subst
29
export RPROMPT=$'$(__git_ps1 "%s")'
30
----
31
32
-当你的命令行位于一个 Git 仓库目录时,在任何时候,都可以在命令行窗口右侧显示当前分支。看起来像这样:
+当你的命令行位于一个 Git 仓库目录时,在任何时候,都可以在命令行窗口右侧显示当前分支。
33
+它看起来像这样:
34
35
.自定义 `zsh` 提示符.
36
image::images/zsh-prompt.png[自定义 `zsh` 提示符.]
0 commit comments