dotfiles/.bash_it/completion/available/npm.completion.bash
2022-02-27 20:00:49 +01:00

8 lines
164 B
Bash

# shellcheck shell=bash
cite "about-completion"
about-completion "npm (Node Package Manager) completion"
if _command_exists npm; then
eval "$(npm completion)"
fi