diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-10-09 12:59:09 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2022-10-09 12:59:09 +0300 |
commit | e4a94a8ae0a15cc3fae93ad3fd171a1ebecee38c (patch) | |
tree | b939178947d946ba44da7c222b88103669c75b1a | |
parent | cd47894197b871fcfcd1952e154defd43366679c (diff) | |
parent | 3e952468aac3823324430f5212fecb2a9f916ca5 (diff) |
Merge branch 'patch-1' of github.com:mmathys/powerlevel10k into mmathys-patch-1
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -423,7 +423,7 @@ git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.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 @@ -441,7 +441,7 @@ make sure to disable the current theme in your plugin manager. See ```zsh git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k ``` - 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 |