1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-15 12:19:49 +00:00

Merge pull request #85 from rongmu/_zl_fzf_flag-fix

[zsh plugin] allow the user to customize _ZL_FZF_FLAG beforehand
This commit is contained in:
Linwei
2019-12-10 17:45:04 +08:00
committed by GitHub

View File

@@ -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)"