From 44f33cabc7e2c5ea6fd79fac3b73ac54fa11d568 Mon Sep 17 00:00:00 2001 From: vapniks Date: Mon, 10 Oct 2016 19:45:03 +0100 Subject: [PATCH] Update _beet update documentation --- extra/_beet | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extra/_beet b/extra/_beet index 1c0d23841..520c212fc 100644 --- a/extra/_beet +++ b/extra/_beet @@ -6,8 +6,11 @@ # are stored. # It will be very slow the first time you try to complete in a zsh shell (especially if you've enable many plugins), # but a cache file (_beet_cached) will be created after the first completion which will make subsequent calls much -# faster. If you enable new plugins or fields you should update the cache file by deleting it and then performing -# another completion in a new shell. +# faster. +# If you enable new plugins or fields you should update the cache file by deleting it, entering the following commands: +# unfunction _beet +# autoload -z _beet +# and then performing another completion in a new shell. # If cache file exists, use that local completionsdir="$HOME/.oh-my-zsh/custom/completions"