:orphan: .. title:: SHELL_HISTORY .. option:: CONFIG_SHELL_HISTORY *Enable history in shell* Type: ``bool`` Help ==== Enable commands history. History can be accessed using up and down arrows. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`RING_BUFFER ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig:96`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``subsys/Kconfig:24`` Menu path: (Top) → Shell .. parsed-literal:: config SHELL_HISTORY bool "Enable history in shell" default y select \ :option:`RING_BUFFER ` depends on \ :option:`SHELL ` help Enable commands history. History can be accessed using up and down arrows. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*