>>108513626
Fixed it.
__fzf_dir_select() {
setopt localoptions pipefail no_aliases 2> /dev/null
local item
local -a tokens
tokens=(${(z)LBUFFER})
local last_word=${tokens[-1]}
local selection
FZF_CTRL_D_COMMAND=$(
if [[ "$(realpath .)" == "${HOME}" ]]; then
printf '%s' "fd . --color=always -HiL -t d -d1 -E .histfile -E .git -E .gitignore"
else
printf '%s' "fd . --color=always -HiL -t d -d4 -E .histfile -E .git -E .gitignore"
fi
Comment too long. Click here to view the full text.