.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 12 Nov 2023 13:44:06 +0200
changeset 1022 17e43eca7401
parent 922 e2c60fd8f61b
permissions -rw-r--r--
magic-space expand sequence referring to the command history in place, so you have a chance to review before executing.


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