Logo
Explore Help
Sign In
shell-user/oh-my-bash
1
0
Fork 0
You've already forked oh-my-bash
mirror of https://github.com/ohmybash/oh-my-bash.git synced 2024-05-11 05:55:37 +00:00
Code Issues Projects Releases Wiki Activity
Files
5c541b0e694618cccd48837318339794a8ca0217
oh-my-bash/completions/npm.completion.sh

10 lines
175 B
Bash
Raw Normal View History

refactor: Normalize shebang of scripts to source
2022-01-15 19:00:35 +09:00
#! bash oh-my-bash.module
Improve oh-my-bash functionality * Implement aliases, completion in oh-my-bash * Added default themes from Bash-it * Fixed few issues
2017-10-10 18:07:01 +07:00
# npm (Node Package Manager) completion
# https://docs.npmjs.com/cli/completion
Refactor "{{which,command -v} => _omb_util_{binary,command}_exists}" `which` has been deprecated in Debian (at least, the rolling release installed on chromebooks via Linux Containers) https://github.com/ohmybash/oh-my-bash/pull/239#issuecomment-1000974461 Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
2021-09-24 04:29:09 -07:00
if _omb_util_command_exists npm
Improve oh-my-bash functionality * Implement aliases, completion in oh-my-bash * Added default themes from Bash-it * Fixed few issues
2017-10-10 18:07:01 +07:00
then
eval "$(npm completion)"
fi
Reference in New Issue Copy Permalink
Powered by Gitea Page: 379ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API