mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
fix the path to powerlevel10k when installing with homebrew (#2429)
This commit is contained in:
parent
215b20e087
commit
873c4ff09c
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ Add `plug "romkatv/powerlevel10k"` to `~/.zshrc`.
|
||||||
|
|
||||||
```zsh
|
```zsh
|
||||||
brew install powerlevel10k
|
brew install powerlevel10k
|
||||||
echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
|
echo "source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
|
||||||
```
|
```
|
||||||
|
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
|
|
Loading…
Reference in a new issue