1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-14 19:59:48 +00:00

ZSH: TAB complete using fzf

Tested in Linux(ArchLinux) and MacOS

Close: #99, #77
This commit is contained in:
kang
2023-07-08 17:32:58 +08:00
parent 0992ebf9f1
commit 86cb43af67
4 changed files with 52 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ fi
export _ZL_FZF_FLAG=${_ZL_FZF_FLAG:-"-e"}
eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced)"
eval "$($ZLUA_EXEC $ZLUA_SCRIPT --init zsh once enhanced fzf)"
if [[ -z "$_ZL_NO_ALIASES" ]]; then
alias zz='z -i'