Replies: 1 comment 2 replies
-
You might be able to solve the "redrawing" issue somehow, but you could also invoke the script normally rather than through a widget. Widgets are for manipulating the state of the line editor, not for invoking scripts. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Probably not a p10k problem but a general shell problem:
I have a zsh script with the following snippet:
Then in zshrc I have the following:
After selecting a tmux session to kill, the script should exit. In zsh, I don't see the fzf prompt until I hit enter. If I run the same script in
sh
, it exits with the shell prompt on screen. This seems to be a "redrawing" issue--how to fix this?Beta Was this translation helpful? Give feedback.
All reactions