Open Kotenkuu opened 5 months ago
the PsFzfLite command in the second line and shortcut ctrl-c in the third line broke oh-my-posh's icon
Do you mean you call Invoke-FuzzyBrowse and then exit fzf via ctrl-c? Or did you select an item? And if not can you test what happens if you select an item?
Both exit with ctrl-c or esc and select an item will cause this. And is the same for invoke commands and shortcuts
After messing around, I think I found the cause. It also appeared on PSFzf and they managed to fix it https://github.com/kelleyma49/PSFzf/issues/71
The icons in oh-my-posh got broken after using PsFzfLite commands and shortcuts. The
fzf
command in the first line doesn't break oh-my-posh. But the PsFzfLite command in the second line and shortcutctrl-c
in the third line broke oh-my-posh's icon. All commands and shortcuts broke it, exceptInvoke-FuzzyKillProcess
.