Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor logic to initialize fzf in zsh plugin to support a new condi…
…tion where fzf can be disabled.
- Loading branch information
9a24fef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
第25行,
eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced zsh)"
这里是不是写错了?
应该是
eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced fzf)"
9a24fef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
对,写反了。
9a24fef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
初始化条件这里写错了吧,不应该是 “zsh once enhanced zsh“,条件里面两个zsh, 应该把最后的zsh改成fzf吧
9a24fef
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已改。