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:
parent
50cb6cc91e
commit
f31b855c19
1 changed files with 5 additions and 5 deletions
|
|
@ -52,16 +52,16 @@
|
|||
settings = {
|
||||
"$schema" = "https://starship.rs/config-schema.json";
|
||||
format = builtins.concatStringsSep "" [
|
||||
"[](fg:#394b70)"
|
||||
"[](fg:#394b70)"
|
||||
"$os"
|
||||
"[](bg:#e0af68 fg:#394b70)"
|
||||
"[](bg:#e0af68 fg:#394b70)"
|
||||
"$hostname"
|
||||
"[](bg:#41a6b5 fg:#e0af68)"
|
||||
"[](bg:#41a6b5 fg:#e0af68)"
|
||||
"$directory"
|
||||
"[](fg:#41a6b5 bg:#bb9af7)"
|
||||
"[](fg:#41a6b5 bg:#bb9af7)"
|
||||
"$git_branch"
|
||||
"$git_status"
|
||||
"[](fg:#bb9af7)"
|
||||
"[](fg:#bb9af7)"
|
||||
"$nix_shell"
|
||||
"\n"
|
||||
"$character"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue