mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Fix Arch Linux installation instructions (#644)
`pacman -Sy` does a partial upgrade, which is specifically documented as being unsupported.
This commit is contained in:
parent
681f504d8a
commit
0bb331b55d
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ echo 'source /usr/local/opt/powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
|
|||
### Arch Linux
|
||||
|
||||
```zsh
|
||||
pacman -Sy --noconfirm zsh-theme-powerlevel10k
|
||||
pacman -S --noconfirm zsh-theme-powerlevel10k
|
||||
echo 'source /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme' >>! ~/.zshrc
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue