-
CONFIG_SHELL_HISTORY
¶
Enable history in shell
Type: bool
Help¶
Enable commands history. History can be accessed using up and down arrows.
Kconfig definition¶
At subsys/shell/Kconfig:101
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:26
Menu path: (top menu) → Shell Options → Enable shell
config SHELL_HISTORY bool prompt "Enable history in shell" ifSHELL
default "y" ifSHELL
depends onSHELL
help Enable commands history. History can be accessed using up and down arrows.
(Definitions include propagated dependencies, including from if’s and menus.)