diff --git a/templates/bash.txt b/templates/bash.txt index 162ca6c..61b041f 100644 --- a/templates/bash.txt +++ b/templates/bash.txt @@ -157,9 +157,6 @@ if [[ ${BASH_VERSINFO[0]:-0} -eq 4 && ${BASH_VERSINFO[1]:-0} -ge 4 || ${BASH_VER elif [[ -z ${COMP_WORDS[-1]} ]]; then # shellcheck disable=SC2312 __zoxide_result="$(\command zoxide query --exclude "$(__zoxide_pwd)" --interactive -- "{{ "${COMP_WORDS[@]:1:${#COMP_WORDS[@]}-2}" }}")" && { - \builtin bind '"\e[0n": redraw-current-line' - \builtin printf '\e[5n' - # shellcheck disable=SC2016 \builtin bind -x '"\e[0n": __zoxide_z_complete_helper "${result}"' \builtin printf '\e[5n'