Update FAQ.md to add "omz reload" (#67)

Wyatt Wong
2025-02-11 17:17:33 +08:00
committed by GitHub
parent 010cd1b749
commit 41a913b60f

4
FAQ.md

@@ -241,6 +241,10 @@ or
- Restart the zsh process by running: `exec zsh`.
or
- Execute `omz reload`.
#### How do I reset the completion cache?
The completion cache file (also known as zcompdump file) is a cache of the completion functions found when starting the zsh session. This file is written when calling `compinit`, and it is done automatically by Oh My Zsh when starting. It can be found at `$ZSH_COMPDUMP`, usually in your home directory and named `.zcompdump-<host>-<zsh-version>`.