FINALLY, figured this one out:
# Apply Linux kernel patch.
macro index L "<pipe-message>b4 shazam -l -s ''<enter>" "b4 shazam"Pay attention to ''. I don’t why it fixes everything but after hours of poking on the problem I had that by accident there and suddenly it all came together 🤷
zpico is great: https://github.com/thornjad/zpico
And migration from zap was super easy:
# Must be set before loading `zsh-contrib/zsh-vivid`.
export=VIVID_THEME=catpuccin-mocha
export ZP_PLUGIN_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/zpico/plugins"
if [ -f "$HOME/.local/lib/zpico/zpico.zsh" ]; then
source "$HOME/.local/lib/zpico/zpico.zsh"
zpico add "zap-zsh/supercharge"
fpath+=("$ZP_PLUGIN_HOME/pure")
zpico add "sindresorhus/pure"
zpico add "zsh-contrib/zsh-vivid"
zpico add "zsh-users/zsh-completions"
zpico add "zsh-users/zsh-syntax-highlighting"
fi