diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-05-27 08:37:19 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-05-27 08:37:19 +0300 |
commit | c9e3cfe5db69840db054f3cad9d0798dbbc5728c (patch) | |
tree | 222dfc8ba30ea627b2fa512a7adf815e21e38ef3 /README.md | |
parent | 937204640a2588a66124a6c50abae1f6b308d690 (diff) |
add `rm -f ~/.p10k.zsh` to uninistall instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 | |