Skip to content

Commit 2153789

Browse files
committed
.zcompdump may be in ZDOTDIR instead of ~
1 parent a1ab00c commit 2153789

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ compinit # This is not necessary if it is called after this.
8686
```
8787

8888
You may have to force rebuild zcompdump
89+
8990
```console
90-
$ rm -f ~/.zcompdump && compinit
91+
$ rm -f "${ZDOTDIR-~}/.zcompdump" && compinit
9192
```
9293

9394
It is recommended that `compinit` be called only once because of the startup time.

0 commit comments

Comments
 (0)