mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Update _beet
update documentation
This commit is contained in:
parent
13cf1bff8f
commit
44f33cabc7
1 changed files with 5 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue