Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Feb 20, 2024
1 parent d3ba781 commit 3022099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z.lua.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export _ZL_FZF_FLAG=${_ZL_FZF_FLAG:-"-e"}
if [[ -z "$_ZL_ZSH_NO_FZF" ]]; then
eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced)"
else
eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced zsh)"
eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced fzf)"
fi

if [[ -z "$_ZL_NO_ALIASES" ]]; then
Expand Down

0 comments on commit 3022099

Please sign in to comment.