diff -r c4a808f66996 -r 27754771cbb6 .bash_completion --- a/.bash_completion Thu Jan 14 12:56:41 2021 +0200 +++ b/.bash_completion Mon Feb 22 20:15:51 2021 +0200 @@ -59,6 +59,7 @@ _mycd() { local cur + local IFS=$'\n' cur=${COMP_WORDS[COMP_CWORD]} if [[ -z "${CDPATH:-}" ]] || [[ $cur == ?(.)?(.)/* ]] || [[ $cur == '~'/* ]]; then compopt -o dirnames; COMPREPLY=()