From 8cf82e65ccd3719be61fd4499b842e0700b0e712 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Thu, 31 Mar 2022 03:45:34 +0530 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e00023..ee46bd3 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ Add this to your configuration (usually `~/.zshrc`): 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`.