fix emojis not displaying

This commit is contained in:
2025-12-15 23:01:24 +01:00
parent 915dc9faf0
commit d5ed8744f6
26 changed files with 46 additions and 48 deletions

View File

@@ -3,7 +3,7 @@ if not set -q fetch_logo_type
end
if not set -q fetch_color
set -g fetch_color "#89b4fa"
set -g fetch_color "#b4befe"
end
if test "$fetch_logo_type" = symbols

View File

@@ -5,7 +5,7 @@
"alignment": "left",
"segments": [
{
"foreground": "#89b4fa",
"foreground": "#b4befe",
"properties": {
"windows": "\ue62a"
},
@@ -14,13 +14,13 @@
"type": "os"
},
{
"foreground": "#89b4fa",
"foreground": "#b4befe",
"style": "plain",
"template": " {{.UserName}}",
"type": "session"
},
{
"foreground": "#89b4fa",
"foreground": "#b4befe",
"style": "plain",
"template": "@{{.HostName}}",
"type": "session"
@@ -70,7 +70,7 @@
"type": "root"
},
{
"foreground": "#89b4fa",
"foreground": "#b4befe",
"foreground_templates": [
"{{ if gt .Code 0 }}#f38ba8{{ end }}"
],
@@ -90,7 +90,7 @@
"foreground_templates": [
"{{ if gt .Code 0 }}#f38ba8{{ end }}"
],
"foreground": "#89b4fa",
"foreground": "#b4befe",
"template": "# "
},
"version": 3