mirror of
https://github.com/sheumann/hush.git
synced 2024-12-21 23:29:34 +00:00
tweak defconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
771f1995a9
commit
5d26df6497
@ -39,7 +39,7 @@ config FEATURE_SEAMLESS_Z
|
|||||||
|
|
||||||
config AR
|
config AR
|
||||||
bool "ar"
|
bool "ar"
|
||||||
default y
|
default n # needs to be improved to be able to replace binutils ar
|
||||||
help
|
help
|
||||||
ar is an archival utility program used to create, modify, and
|
ar is an archival utility program used to create, modify, and
|
||||||
extract contents from archives. An archive is a single file holding
|
extract contents from archives. An archive is a single file holding
|
||||||
|
@ -98,7 +98,7 @@ config FEATURE_USERNAME_COMPLETION
|
|||||||
|
|
||||||
config FEATURE_EDITING_FANCY_PROMPT
|
config FEATURE_EDITING_FANCY_PROMPT
|
||||||
bool "Fancy shell prompts"
|
bool "Fancy shell prompts"
|
||||||
default n
|
default y
|
||||||
depends on FEATURE_EDITING
|
depends on FEATURE_EDITING
|
||||||
help
|
help
|
||||||
Setting this option allows for prompts to use things like \w and
|
Setting this option allows for prompts to use things like \w and
|
||||||
|
Loading…
Reference in New Issue
Block a user