rix101/modules/home-manager/reo101-shell/nushell/env.nu
2023-09-07 01:00:43 +03:00

5 lines
277 B
Text

# NOTE: this should be possible to be configured from starship in the future
$env.PROMPT_INDICATOR = {|| " " }
$env.PROMPT_INDICATOR_VI_INSERT = {|| " " }
$env.PROMPT_INDICATOR_VI_NORMAL = {|| " " }
$env.PROMPT_MULTILINE_INDICATOR = {|| " " }