.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 02 Jun 2021 21:46:48 +0300
changeset 986 080abbbb7ba7
parent 922 e2c60fd8f61b
permissions -rw-r--r--
For my "cygrun.exe" wrapper to work it should be behind shebang scripts in the PATH, so moved ~/usr/bin to the PATH end on Cygwin.


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