.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 25 Nov 2020 20:51:28 +0200
changeset 955 5f3955ac75f3
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Added completion for --console + --warning-mode.


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