Make FEATURE_USERNAME_COMPLETION=y by default
This matches bash behavior on Fedora Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
10c01a711f
commit
1afa494fd1
@ -152,7 +152,7 @@ config FEATURE_TAB_COMPLETION
|
|||||||
|
|
||||||
config FEATURE_USERNAME_COMPLETION
|
config FEATURE_USERNAME_COMPLETION
|
||||||
bool "Username completion"
|
bool "Username completion"
|
||||||
default n
|
default y
|
||||||
depends on FEATURE_TAB_COMPLETION
|
depends on FEATURE_TAB_COMPLETION
|
||||||
help
|
help
|
||||||
Enable username completion.
|
Enable username completion.
|
||||||
|
Loading…
Reference in New Issue
Block a user