Skip to content

Commit

Permalink
Change instructions to use bash-completion2 on OS X per xonsh#2111
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Jan 26, 2017
1 parent 0a50e53 commit 3e624be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/osx.rst
Expand Up @@ -47,11 +47,11 @@ On Mac OSX, it is *strongly* recommended to install the ``gnureadline`` library
$ pip3 install gnureadline
Xonsh has support for using bash completion files on the shell, to use it you need to install the bash-completion package
Xonsh has support for using bash completion files on the shell, to use it you need to install the bash-completion package. The regular bash-completion package uses v1 which mostly works, but `occasionally has rough edges <https://github.com/xonsh/xonsh/issues/2111>`_ so we recommend using bash-completion v2 which is installed using the bash-completion2 package.

.. code-block:: console
$ brew install bash-completion
$ brew install bash-completion2
.. include:: dependencies.rst

Expand Down

0 comments on commit 3e624be

Please sign in to comment.