Update _beet

update documentation
This commit is contained in:
vapniks 2016-10-10 19:45:03 +01:00 committed by GitHub
parent 13cf1bff8f
commit 44f33cabc7

View file

@ -6,8 +6,11 @@
# are stored. # 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), # 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 # 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 # faster.
# another completion in a new shell. # 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 # If cache file exists, use that
local completionsdir="$HOME/.oh-my-zsh/custom/completions" local completionsdir="$HOME/.oh-my-zsh/custom/completions"