mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/bash-completion: new package
Signed-off-by: Jeremy Rosen <jeremy.rosen@smile.fr> Signed-off-by: Romain Naour <romain.naour@smile.fr> [Thomas: transfer the explanation from the commit log into the Config.in help text, after rewording it.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
cf9b5522d1
commit
989470cf14
15
package/bash-completion/Config.in
Normal file
15
package/bash-completion/Config.in
Normal file
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_BASH_COMPLETION
|
||||
bool "bash completion"
|
||||
depends on BR2_PACKAGE_BASH
|
||||
help
|
||||
Add bash completion infrastructure.
|
||||
|
||||
The bash completion infrastructure is enabled by
|
||||
/etc/profile.d/bash_completion.sh, which is normally
|
||||
sourced by /etc/profile.
|
||||
|
||||
If the system does not use the /etc/profile.d directory
|
||||
mechanism, the /etc/profile.d/bash_completion.sh script can
|
||||
be sourced from /etc/bashrc or ~/.bashrc.
|
||||
|
||||
https://github.com/scop/bash-completion
|
||||
Reference in New Issue
Block a user