1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-01-20 00:47:45 +08:00

Use $ZSH_COMPDUMP

Marc Cornellà 2020-01-30 18:15:43 +01:00
parent 23b966e0f6
commit ee54a72e00

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
``` ```