Skip to content

Commit

Permalink
fix(npm): ignore rm alias (ohmyzsh#11222)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu committed Oct 24, 2022
1 parent 0066280 commit bb8a0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/npm/npm.plugin.zsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(( $+commands[npm] )) && {
rm -f "${ZSH_CACHE_DIR:-$ZSH/cache}/npm_completion"
command rm -f "${ZSH_CACHE_DIR:-$ZSH/cache}/npm_completion"

_npm_completion() {
local si=$IFS
Expand Down

0 comments on commit bb8a0aa

Please sign in to comment.