1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-06-15 18:48:51 +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
+1 -1
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)"