completion: mention shell startup time

according to @geigerzaehler's suggestion
This commit is contained in:
Adrian Sampson 2014-03-08 12:07:21 -08:00
parent 1f486fc9b0
commit c846ecd48d

View file

@ -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