1
0
Fork 0
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:
cptpcrd 2020-04-20 11:43:19 -04:00 committed by GitHub
parent 681f504d8a
commit 0bb331b55d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```