mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
fix(cycle): initialize by default
This commit is contained in:
parent
7dbc3c96ea
commit
41f2716237
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
cycle *ansi.Cycle
|
||||
cycle *ansi.Cycle = &ansi.Cycle{}
|
||||
)
|
||||
|
||||
type Engine struct {
|
||||
|
|
Loading…
Reference in a new issue