.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 16 Jun 2021 14:48:32 +0300
changeset 989 5b3759d3d789
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Use variable to return function result for better performance on Cygwin. Cleanup helper functions from the environment.


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