From 13b242efb2410800c117213bc5b6fddefa5b97be Mon Sep 17 00:00:00 2001 From: Paul Waring Date: Sun, 4 Oct 2020 10:18:00 +0100 Subject: [PATCH] upgrade_oh_my_zsh is deprecated, use omz update instead (as per information printed if you do try and run upgrade_oh_my_zsh) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index c8373bc..0726e6b 100644 --- a/FAQ.md +++ b/FAQ.md @@ -155,7 +155,7 @@ Most completion issues are due to an old completion cache file (also called zcom #### I have enabled a completion plugin but the completion doesn't work -> **NOTE: a recent update checks whether the plugin list has changed (more accurately, `$fpath`) and resets the zcompdump file, so the solution below isn't needed anymore. If you don't have that yet, update Oh My Zsh with `upgrade_oh_my_zsh`.** +> **NOTE: a recent update checks whether the plugin list has changed (more accurately, `$fpath`) and resets the zcompdump file, so the solution below isn't needed anymore. If you don't have that yet, update Oh My Zsh with `omz update`.** As of right now, after enabling or disabling a plugin that provides completion, you have to reset the cached completion file. Follow [the instructions above to delete the completion file](#how-do-i-reset-the-completion-cache).