Skip to content

Commit

Permalink
Set envs in new config style
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Jan 7, 2025
1 parent f216f4d commit 0f028ee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions home/dot_config/nushell/config.nu.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@
{{- end -}}
{{- end }}

export-env { load-env {
PROMPT_INDICATOR_VI_INSERT: ""
PROMPT_INDICATOR_VI_NORMAL: ""
}}

{{ output $mise "exec" "starship" "--" "starship" "init" "nu" }}

$env.config.edit_mode = "vi"
$env.config.show_banner = false
$env.PROMPT_INDICATOR_VI_INSERT = ""
$env.PROMPT_INDICATOR_VI_NORMAL = ""

0 comments on commit 0f028ee

Please sign in to comment.