0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02: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
# Delete the completion cache
rm ~/.zcompdump*
rm "$ZSH_COMPDUMP"
# Restart the zsh session
exec zsh
```