mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 09:42:34 +02:00
Add flags to history
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -20,6 +20,7 @@ type Icons struct {
|
||||
New string
|
||||
Temp string
|
||||
Project string
|
||||
Flag string
|
||||
}
|
||||
|
||||
var I *Icons
|
||||
@@ -44,6 +45,7 @@ func Init(cfg *config.Config) {
|
||||
New: " ",
|
||||
Temp: " ",
|
||||
Project: " ",
|
||||
Flag: " ",
|
||||
}
|
||||
} else {
|
||||
I = &Icons{}
|
||||
|
||||
Reference in New Issue
Block a user