.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 08 Jan 2021 00:07:21 +0200
changeset 959 25d27dfee90e
parent 922 e2c60fd8f61b
permissions -rw-r--r--
No need for file size check when opening file in Emacs. Check should be done in utility "e".


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