mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 20:43:41 +01:00
Merge pull request #651 from sahandKashani/patch-1
bash completion documentation fix for GNU Bash-4.2
This commit is contained in:
commit
1d815b3734
1 changed files with 1 additions and 1 deletions
|
|
@ -361,7 +361,7 @@ Beets includes support for shell command completion. The command ``beet
|
|||
completion`` prints out a `bash`_ 3.2 script; to enable completion put a line
|
||||
like this into your ``.bashrc`` or similar file::
|
||||
|
||||
eval $(beet completion)
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue