Fix powerline arrows: inject actual U+E0B0 glyphs into starship format

The powerline arrow characters were not being saved to the file,
resulting in empty brackets and square segment edges.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-08 13:49:38 +01:00
parent 50cb6cc91e
commit f31b855c19

View file

@ -52,16 +52,16 @@
settings = { settings = {
"$schema" = "https://starship.rs/config-schema.json"; "$schema" = "https://starship.rs/config-schema.json";
format = builtins.concatStringsSep "" [ format = builtins.concatStringsSep "" [
"[](fg:#394b70)" "[](fg:#394b70)"
"$os" "$os"
"[](bg:#e0af68 fg:#394b70)" "[](bg:#e0af68 fg:#394b70)"
"$hostname" "$hostname"
"[](bg:#41a6b5 fg:#e0af68)" "[](bg:#41a6b5 fg:#e0af68)"
"$directory" "$directory"
"[](fg:#41a6b5 bg:#bb9af7)" "[](fg:#41a6b5 bg:#bb9af7)"
"$git_branch" "$git_branch"
"$git_status" "$git_status"
"[](fg:#bb9af7)" "[](fg:#bb9af7)"
"$nix_shell" "$nix_shell"
"\n" "\n"
"$character" "$character"