mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 22:42:44 +01:00
completion: mention shell startup time
according to @geigerzaehler's suggestion
This commit is contained in:
parent
1f486fc9b0
commit
c846ecd48d
1 changed files with 3 additions and 0 deletions
|
|
@ -360,6 +360,9 @@ like this into your ``.bashrc`` or similar file::
|
|||
|
||||
eval $(beet completion)
|
||||
|
||||
Or, to avoid slowing down your shell startup time, you can pipe the ``beet
|
||||
completion`` output to a file and source that instead.
|
||||
|
||||
You will also need to source the `bash-completion`_ script, which is probably
|
||||
available via your package manager. On OS X, you can install it via Homebrew
|
||||
with ``brew install bash-completion``; Homebrew will give you instructions for
|
||||
|
|
|
|||
Loading…
Reference in a new issue