finushel helix

This commit is contained in:
Tao Tien 2025-02-20 23:37:01 -08:00
parent 4fbbfbf769
commit c0197cfc96
5 changed files with 18 additions and 75 deletions

View file

@ -49,8 +49,8 @@ $env.PROMPT_COMMAND = {|| create_left_prompt }
# The prompt indicators are environmental variables that represent
# the state of the prompt
$env.PROMPT_INDICATOR = {|| " > " }
$env.PROMPT_INDICATOR_VI_INSERT = {|| " : " }
$env.PROMPT_INDICATOR_VI_NORMAL = {|| " > " }
$env.PROMPT_INDICATOR_VI_INSERT = {|| "" }
$env.PROMPT_INDICATOR_VI_NORMAL = {|| " NOR " }
$env.PROMPT_MULTILINE_INDICATOR = {|| "::: " }
# Specifies how environment variables are: