mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 12:35:19 +01:00
Merge pull request #1955 from daveisadork/feature/zsh-docs-update-1731
zsh docs update (fixes #1731)
This commit is contained in:
commit
85dee53bdd
1 changed files with 4 additions and 1 deletions
|
|
@ -435,7 +435,10 @@ later on you will want to re-generate the script.
|
|||
zsh
|
||||
```
|
||||
|
||||
If you use zsh, take a look at the included `completion script`_.
|
||||
If you use zsh, take a look at the included `completion script`_. The script
|
||||
should be placed in a directory that is part of your ``fpath``, and `not`
|
||||
sourced in your ``.zshrc``. Running ``echo $fpath`` will give you a list of
|
||||
valid directories.
|
||||
|
||||
Another approach is to use zsh's bash completion compatibility. This snippet
|
||||
defines some bash-specific functions to make this work without errors::
|
||||
|
|
|
|||
Loading…
Reference in a new issue