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