mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
07f29e5963
commit
873d140970
|
@ -157,7 +157,7 @@ func (m *main) Init() tea.Cmd {
|
||||||
|
|
||||||
var fontAsset *Asset
|
var fontAsset *Asset
|
||||||
for _, font := range fonts {
|
for _, font := range fonts {
|
||||||
if m.URL != font.Name {
|
if !strings.EqualFold(m.URL, font.Name) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue