finushel helix
This commit is contained in:
parent
4fbbfbf769
commit
c0197cfc96
5 changed files with 18 additions and 75 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue