diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-10-09 12:58:40 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-10-09 12:58:40 +0300 |
commit | cd47894197b871fcfcd1952e154defd43366679c (patch) | |
tree | a5101ed2748b7bbd2e2dca4d16426ded110ba535 /gitstatus/README.md | |
parent | bd0c9f4ec7511f51851f9bde0e2e24b05fd1c10e (diff) | |
parent | ed1b02efd5f7691d72cf9b657d939e3adc31034c (diff) |
Merge commit 'ed1b02efd5f7691d72cf9b657d939e3adc31034c'
Diffstat (limited to 'gitstatus/README.md')
-rw-r--r-- | gitstatus/README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gitstatus/README.md b/gitstatus/README.md index 0fcf098b..82a19981 100644 --- a/gitstatus/README.md +++ b/gitstatus/README.md @@ -22,7 +22,8 @@ Bash bindings for integration with shell. The easiest way to take advantage of gitstatus from Zsh is to use a theme that's already integrated with it. For example, [Powerlevel10k](https://github.com/romkatv/powerlevel10k) is a flexible and -fast theme with first-class gitstatus integration. +fast theme with first-class gitstatus integration. If you install Powerlevel10k, you don't need to +install gitstatus. ![Powerlevel10k Zsh Theme]( https://raw.githubusercontent.com/romkatv/powerlevel10k-media/master/prompt-styles-high-contrast.png) @@ -35,7 +36,7 @@ git clone --depth=1 https://github.com/romkatv/gitstatus.git ~/gitstatus echo 'source ~/gitstatus/gitstatus.prompt.zsh' >>! ~/.zshrc ``` -Users in mainland China can use the official mirror on gitee.com for faster download.<br> +Users in China can use the official mirror on gitee.com for faster download.<br> 中国大陆用户可以使用 gitee.com 上的官方镜像加速下载. ```zsh @@ -136,7 +137,7 @@ git clone --depth=1 https://github.com/romkatv/gitstatus.git ~/gitstatus echo 'source ~/gitstatus/gitstatus.prompt.sh' >> ~/.bashrc ``` -Users in mainland China can use the official mirror on gitee.com for faster download.<br> +Users in China can use the official mirror on gitee.com for faster download.<br> 中国大陆用户可以使用 gitee.com 上的官方镜像加速下载. ```bash @@ -491,7 +492,7 @@ cd gitstatus ./build -w -s -d docker ``` -Users in mainland China can use the official mirror on gitee.com for faster download.<br> +Users in China can use the official mirror on gitee.com for faster download.<br> 中国大陆用户可以使用 gitee.com 上的官方镜像加速下载. ```zsh |