Open oliverlee opened 2 months ago
Noticed in mine too. Confirming @oliverlee suggestions worked for me:
# .zshrc
setopt interactive_comments
...
# .zshrc setopt interactive_comments ...
Worked like a charm for me!
Noticed in mine too. Confirming @oliverlee suggestions worked for me:
# .zshrc setopt interactive_comments ...
* Operating system: 'macOS Sonoma 14.6.1' * Terminal emulator: iTerm2
Needed this too to make it work using Sonoma 14.7 and iTerm2. Would be great to have this in readme thx!
Environment
Steps to reproduce
Must the
interactivecomments
option be set? If so, can that be added to the README?