diff options
author | Denys Vlasenko | 2010-07-16 15:31:38 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-07-16 15:31:38 +0200 |
commit | 5d26df6497505e8ed486bf3e3ba65d0d6f0daa15 (patch) | |
tree | ae18cee8c8dec1b52897446f9708b8515c198993 /libbb | |
parent | 771f1995a99e63600a513f97ce35cbb9f6865138 (diff) | |
download | busybox-5d26df6497505e8ed486bf3e3ba65d0d6f0daa15.zip busybox-5d26df6497505e8ed486bf3e3ba65d0d6f0daa15.tar.gz |
tweak defconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb')
-rw-r--r-- | libbb/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/Config.src b/libbb/Config.src index 80b1e0d..09bf892 100644 --- a/libbb/Config.src +++ b/libbb/Config.src @@ -98,7 +98,7 @@ config FEATURE_USERNAME_COMPLETION config FEATURE_EDITING_FANCY_PROMPT bool "Fancy shell prompts" - default n + default y depends on FEATURE_EDITING help Setting this option allows for prompts to use things like \w and |