.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2021 20:15:51 +0200
changeset 972 27754771cbb6
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Fixed handling of spaces in path for completion for Bash command "cd".


if [[ $- == *i* ]]; then
  bind '"\e/": dabbrev-expand'
  bind '"\ee": edit-and-execute-command'
fi