.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 12 Nov 2023 14:17:23 +0200
changeset 1023 15f1cfa23949
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Completion based on history.


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