Update README

This commit is contained in:
Ajeet D'Souza 2022-03-31 03:45:34 +05:30
parent f19351fefe
commit 8cf82e65cc
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ Add this to your configuration (usually `~/.zshrc`):
eval "$(zoxide init zsh)" eval "$(zoxide init zsh)"
``` ```
For completions to work, the above line must be added _after_ `compinit` is For completions to work, the above line must be added *after* `compinit` is
called. You may have to rebuild your cache by running `rm ~/.zcompdump*; compinit`. called. You may have to rebuild your cache by running `rm ~/.zcompdump*; compinit`.
</details> </details>