replace starship with custom fish prompt

This commit is contained in:
2026-03-05 15:05:58 +00:00
parent 17563547d8
commit 77cae177b9
11 changed files with 373 additions and 174 deletions
@@ -0,0 +1,11 @@
# Prompt colors (generated by matugen)
# Do not edit manually - run `matugen` to regenerate
set -U prompt_color_surface "{{colors.surface_container.default.hex}}"
set -U prompt_color_primary "{{colors.primary.default.hex}}"
set -U prompt_color_secondary "{{colors.secondary.default.hex}}"
set -U prompt_color_tertiary "{{colors.tertiary.default.hex}}"
set -U prompt_color_error "{{colors.error.default.hex}}"
set -U prompt_color_primary_fixed "{{colors.primary_fixed.default.hex}}"
set -U prompt_color_tertiary_fixed "{{colors.tertiary_fixed.default.hex}}"
set -U prompt_color_text "{{colors.on_surface.default.hex}}"