Skip to content

Commit

Permalink
Consolidate starship config
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Jan 7, 2025
1 parent c137b5e commit c3cb841
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
9 changes: 6 additions & 3 deletions home/dot_config/nushell/config.nu.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@
{{- end -}}
{{- end }}

use theme.nu
use prompt.nu
use starship.nu
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
4 changes: 0 additions & 4 deletions home/dot_config/nushell/scripts/prompt.nu

This file was deleted.

3 changes: 0 additions & 3 deletions home/dot_config/nushell/scripts/starship.nu.tmpl

This file was deleted.

0 comments on commit c3cb841

Please sign in to comment.