.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 08 Jan 2021 12:46:52 +0200
changeset 960 b4b2d30f6c97
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Increased "install" speed on Cygwin with ".ONESHELL" (by avoiding SHELL forks) 9s => 7s.


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