mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-01-22 22:45:37 +01:00
fix instruction for installation with oh-my-zsh
the ZSH_THEME variable should be added before `source $ZSH/oh-my-zsh.sh`
This commit is contained in:
parent
8091c8a3a8
commit
1435e92d8f
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,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. Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc` before the line `source $ZSH/oh-my-zsh.sh`
|
||||
|
||||
### Prezto
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue