replace starship with custom fish prompt
This commit is contained in:
@@ -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}}"
|
||||
Reference in New Issue
Block a user