From c9e3cfe5db69840db054f3cad9d0798dbbc5728c Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 27 May 2020 07:37:19 +0200 Subject: [PATCH] add `rm -f ~/.p10k.zsh` to uninistall instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b0bd87..476d71d1 100644 --- a/README.md +++ b/README.md @@ -628,7 +628,11 @@ The command to update Powerlevel10k depends on how it was installed. ``` If this command produces output, there are still references to "p10k" or "powerlevel10k". You need to remove them. -4. Delete Powerlevel10k source files. The command to do so depends on how you've installed +4. Delete Powerlevel10k configuration file. + ```zsh + rm -f ~/.p10k.zsh + ``` +5. Delete Powerlevel10k source files. The command to do so depends on how you've installed Powerlevel10k. Refer to the [installation instructions](#installation) if you need a reminder. | Installation | Uninstall command |