docs: expand on what setting ZSH_THEME involves

This commit is contained in:
Roman Perepelitsa 2024-11-15 07:10:47 +01:00
parent f2f0149974
commit ef83e13c22
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ make sure to disable the current theme in your plugin manager. See
```zsh
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
```
2. Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
2. Open `~/.zshrc`, find the line that sets `ZSH_THEME`, and change its value to `"powerlevel10k/powerlevel10k"`.
### Prezto