mirror of
https://github.com/logseq/logseq.git
synced 2026-05-20 10:52:38 +00:00
Also fix zsh eval support by replacing `_logseq "$@"` with `compdef _logseq logseq` so `eval "$(logseq completion zsh)"` works in ~/.zshrc without the "_arguments: can only be called from completion function" error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>