.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Wed, 15 Sep 2021 15:22:14 +0300
changeset 992 d9cb7673d29c
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Bash completion for npx.


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