Skip to content

Commit a31e9a1

Browse files
authored
Handle diverse COMP_WORDBREAKS (#184)
1 parent 6109041 commit a31e9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ FAQ
8282
* Q: Can I use the system ``man`` command instead of ``cppman``?
8383
* A: Yes, just execute ``cppman -m true`` and all cached man pages are exposed to the system ``man`` command. Note: You may want to download all available man pages with ``cppman -c``.
8484
* Q: Why is bash completion is not working properly with ``::``?
85-
* A: It is because bash treats ``:`` like a white space. To fix this add ``export COMP_WORDBREAKS=" /\"\'><;|&("`` to your ``~/.bashrc``.
85+
* A: It is because bash treats ``:`` like a white space. To fix this add ``export COMP_WORDBREAKS="${COMP_WORDBREAKS//:}"`` to your ``~/.bashrc``.
8686

8787
Bugs
8888
----

0 commit comments

Comments
 (0)