How can I abbr "echo !!" #112
-
in v5, Is there a way to not escape |
Beta Was this translation helpful? Give feedback.
Answered by
olets
Mar 21, 2024
Replies: 1 comment 1 reply
-
Sorry to say that if there is, I don't know it. My understanding is it's an idiosyncrasy of zsh's string un/quoting. That isn't to say there's no fix, but I haven't found one yet. This bug is tracked in There's a limited workaround in #84 (comment) If you figure out something better, let us know there! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
olets
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry to say that if there is, I don't know it.
My understanding is it's an idiosyncrasy of zsh's string un/quoting. That isn't to say there's no fix, but I haven't found one yet.
This bug is tracked in
There's a limited workaround in #84 (comment)
If you figure out something better, let us know there!