mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix(npm): ignore rm alias (#11222)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user