.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 20 Feb 2023 01:20:35 +0200
changeset 1015 64055295c18c
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Seems M- syntax doesn't work, replaced it with \e.


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