5 lines
259 B
Plaintext
5 lines
259 B
Plaintext
# Bare OS — optional "full" profile snippet (use with BARE_OS_BOOT_PROFILE=full).
|
|
# Enables relaxed pipeline limits and bounded command substitution (see docs/reference/kernel-extensions.md).
|
|
export BARE_OS_SHELL_STREAMING=1
|
|
export BARE_OS_SHELL_CMDSUBST=1
|