mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-15 20:59:51 +00:00
Use $ZSH_COMPDUMP
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user