-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
Description
Describe the bug
zsh crashes when completing ffmpeg -i with p10k as the theme
The code that causes the bug:
Line 102 in 78b4cef
| COLUMNS=500 _ftb__main_complete "$@" |
- Remove
COLUMNS=500can fix this bug - Set
POWERLEVEL9K_PROMPT_CHAR_OVERWRITE_STATE=falsecan fix this bug - Replace
eval $clocalewithexeccan fix this bug
Reactions are currently unavailable