From 42799fb33f9ac66d4c4b584c889574c985ec4649 Mon Sep 17 00:00:00 2001 From: j0hnnybash <50997975+j0hnnybash@users.noreply.github.com> Date: Thu, 18 Jun 2020 18:24:29 +0200 Subject: [PATCH] update install command for arch powerlevel10k is available in an official repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e22d5aa..1b3c975d 100644 --- a/README.md +++ b/README.md @@ -650,7 +650,7 @@ The command to update Powerlevel10k depends on how it was installed. | [Zplugin](#zplugin) | `zplugin delete romkatv/powerlevel10k` | | [Zinit](#zinit) | `zinit delete romkatv/powerlevel10k` | | [Homebrew](#homebrew) | `brew uninstall powerlevel10k; brew untap romkatv/powerlevel10k` | - | [Arch Linux](#arch-linux) | `yay -R --noconfirm zsh-theme-powerlevel10k-git` | + | [Arch Linux](#arch-linux) | `pacman -S zsh-theme-powerlevel10k` | 5. Restart Zsh. [Do not use `source ~/.zshrc`](#weird-things-happen-after-typing-source-zshrc). ### Where can I ask for help and report bugs?