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:
Denys Vlasenko 2016-12-23 13:40:24 +01:00
parent f2200af1a8
commit 048c043ae6
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ config FEATURE_TAB_COMPLETION
config FEATURE_USERNAME_COMPLETION
bool "Username completion"
default n
default y
depends on FEATURE_TAB_COMPLETION
help
Enable username completion.