mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-16 05:09:50 +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
|
```zsh
|
||||||
# Delete the completion cache
|
# Delete the completion cache
|
||||||
rm ~/.zcompdump*
|
rm "$ZSH_COMPDUMP"
|
||||||
# Restart the zsh session
|
# Restart the zsh session
|
||||||
exec zsh
|
exec zsh
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user