.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 16 Sep 2019 23:04:26 +0300
changeset 926 1fc6f61f5d97
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Set default editor to vi.


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