.bashrc.obsolete
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 10 Dec 2023 23:43:58 +0200
changeset 1036 5b1ba85724fd
parent 922 e2c60fd8f61b
permissions -rw-r--r--
Added dynamic Bash completion for npm.


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