Closed phil-harmoniq closed 1 year ago
This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a discussion first, complete the body with all the details necessary to reproduce, and mention this issue as reference.
Code of Conduct
What happened?
I noticed that a recent pull request added icons for Alma and Rocky. I am currently running oh-my-posh on AlmaLinux9 but my prompt shows a generic Linux penguin instead of the AlmaLinux icon.
Theme
{ "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", "version": 2, "blocks": [ { "type": "prompt", "alignment": "left", "segments": [ { "type": "os", "style": "diamond", "foreground": "#26C6DA", "background": "#3d5058", "leading_diamond": "\ue0b6", "trailing_diamond": "\ue0b0", "template": " {{ if .WSL }}WSL at {{ end }}{{.Icon}} \ue0b1", "properties": { "macos": "mac" } }, { "type": "session", "style": "powerline", "powerline_symbol": "\ue0b0", "foreground": "#26C6DA", "background": "#3d5058", "template": " {{ if .SSHSession }}\uf817 {{ end }}{{ .UserName }}@{{ .HostName }} " }, { "type": "shell", "style": "powerline", "powerline_symbol": "\ue0b0", "foreground": "#ffffff", "background": "#203248", "template": " \ufcb5 {{ .Name }} " }, { "type": "path", "style": "powerline", "powerline_symbol": "\ue0b0", "foreground": "#193549", "background": "#14c2dd", "template": " \ue5ff {{ .Path }} ", "properties": { "folder_separator_icon": " \ue0b1 ", "style": "full" } }, { "type": "git", "style": "powerline", "powerline_symbol": "\ue0b0", "foreground": "#193549", "background": "#a2c4e0", "template": " {{ .HEAD }}{{if .BranchStatus }} {{ .BranchStatus }}{{ end }}{{ if .Working.Changed }} \uf044 {{ .Working.String }}{{ end }}{{ if and (.Staging.Changed) (.Working.Changed) }} |{{ end }}{{ if .Staging.Changed }} \uf046 {{ .Staging.String }}{{ end }} ", "properties": { "fetch_stash_count": true, "fetch_upstream_icon": true } }, { "type": "node", "style": "powerline", "powerline_symbol": "\ue0b0", "foreground": "#ffffff", "background": "#6CA35E", "template": " \ue718 {{ if .PackageManagerIcon }}{{ .PackageManagerIcon }} {{ end }}{{ .Full }} " }, { "type": "root", "style": "powerline", "powerline_symbol": "\ue0b0", "foreground": "#193549", "background": "#ffff66", "template": " \uf0e7 " }, { "type": "exit", "style": "diamond", "foreground": "#ffffff", "background": "#007800", "background_templates": [ "{{ if gt .Code 0 }}#f1184c{{ end }}" ], "trailing_diamond": "\ue0b4", "template": " \ufc8d{{ if gt .Code 0 }}\uf00d{{ else }}\uf42e{{ end }} ", "properties": { "always_enabled": true } } ] }, { "type": "prompt", "alignment": "left", "segments": [ { "type": "text", "style": "plain", "foreground": "#007ACC", "template": "❯ " } ], "newline": true } ] }
What OS are you seeing the problem on?
Linux
Which shell are you using?
bash
Log output