Skip to content

Commit

Permalink
Merge pull request #85 from rongmu/_zl_fzf_flag-fix
Browse files Browse the repository at this point in the history
[zsh plugin] allow the user to customize _ZL_FZF_FLAG beforehand
  • Loading branch information
skywind3000 committed Dec 10, 2019
2 parents 5c36d55 + a817cf6 commit fdd037a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z.lua.plugin.zsh
Expand Up @@ -20,7 +20,7 @@ if [[ -z "$ZLUA_EXEC" ]]; then
fi
fi

export _ZL_FZF_FLAG="-e"
export _ZL_FZF_FLAG=${_ZL_FZF_FLAG:-"-e"}

eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced)"

Expand Down

0 comments on commit fdd037a

Please sign in to comment.