.bash_completion
changeset 972 27754771cbb6
parent 885 bfbd7fdc89f8
child 1007 0077617b0deb
--- 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=()