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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user