Commit Graph

6 Commits (master)

Author SHA1 Message Date
Ville Skyttä 2f90dc7ecf Make _filedir's "fallback to everything" behavior optional, and off by default.
Configuration variable: COMP_FILEDIR_FALLBACK
http://thread.gmane.org/gmane.comp.shells.bash.completion.devel/3357
2011-09-19 19:42:52 +03:00
Ville Skyttä 8cb5d6560e Document ~/.bash_completion and $XDG_CONFIG_HOME/bash_completion. 2011-09-03 23:25:26 +03:00
Ville Skyttä 05f2114735 Documentation tweaks. 2011-08-16 11:52:52 +03:00
Guillaume Rousse 4162edf2c1 document COMP_IWLIST_SCAN variable 2010-11-07 21:30:37 +01:00
Ville Skyttä 7d45595493 Complete known hosts from avahi-browse only if $COMP_KNOWN_HOSTS_WITH_AVAHI is non-empty.
This effectively turns off avahi-browse by default; doing it by
default is not worth it compared to the number of various (mostly
slowness) problems it has caused people, for example Alioth #312691
and RedHat #630326.

Mandriva has applied a similar patch for some time already, although
their environment variable name was different ($COMP_AVAHI_BROWSE).
2010-10-25 21:47:33 +03:00
Freddy Vulto 2e87bd4c01 Added setting COMP_KNOWN_HOSTS_WITH_HOSTFILE
`_known_hosts_real' will add hosts from HOSTFILE (compgen -A hostname), unless
`COMP_KNOWN_HOSTS_WITH_HOSTFILE' is set to an empty value.

To run the unit tests:

   $ cd test && ./runUnit _known_hosts_real.exp
2009-08-12 22:20:56 +02:00