.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 12 Jun 2022 19:01:39 +0300
changeset 1001 b4df956c3d52
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Added Bash completion for winget.


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