mirror of https://github.com/ohmyzsh/ohmyzsh.git
Use $ZSH_COMPDUMP
parent
23b966e0f6
commit
ee54a72e00
2
FAQ.md
2
FAQ.md
|
@ -131,7 +131,7 @@ To reset it, you have to delete it and restart your zsh session so that it is re
|
|||
|
||||
```zsh
|
||||
# Delete the completion cache
|
||||
rm ~/.zcompdump*
|
||||
rm "$ZSH_COMPDUMP"
|
||||
# Restart the zsh session
|
||||
exec zsh
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue