Config.in 482 B

123456789101112131415
  1. config BR2_PACKAGE_BASH_COMPLETION
  2. bool "bash completion"
  3. depends on BR2_PACKAGE_BASH
  4. help
  5. Add bash completion infrastructure.
  6. The bash completion infrastructure is enabled by
  7. /etc/profile.d/bash_completion.sh, which is normally
  8. sourced by /etc/profile.
  9. If the system does not use the /etc/profile.d directory
  10. mechanism, the /etc/profile.d/bash_completion.sh script can
  11. be sourced from /etc/bashrc or ~/.bashrc.
  12. https://github.com/scop/bash-completion