mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-02-21 02:54:50 +08:00
fix(npm): ignore rm
alias (#11222)
This commit is contained in:
parent
0066280c3e
commit
bb8a0aa2c1
@ -1,5 +1,5 @@
|
|||||||
(( $+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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user