Unverified Commit bb8a0aa2 authored by Zhong Ruoyu's avatar Zhong Ruoyu Committed by GitHub

fix(npm): ignore `rm` alias (#11222)

parent 0066280c
(( $+commands[npm] )) && { (( $+commands[npm] )) && {
rm -f "${ZSH_CACHE_DIR:-$ZSH/cache}/npm_completion" command rm -f "${ZSH_CACHE_DIR:-$ZSH/cache}/npm_completion"
_npm_completion() { _npm_completion() {
local si=$IFS local si=$IFS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment