mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Cleaned up the plugins.
This commit is contained in:
parent
422307c3ca
commit
90e7debc30
66 changed files with 902 additions and 1774 deletions
|
|
@ -2,7 +2,7 @@
|
|||
cache_file="${0:h}/cache.zsh"
|
||||
if [[ ! -f "$cache_file" ]] && (( $+commands[npm] )); then
|
||||
# npm is slow; cache its output.
|
||||
npm completion >! "$cache_file" 2>/dev/null
|
||||
npm completion >! "$cache_file" 2> /dev/null
|
||||
source "$cache_file"
|
||||
else
|
||||
source "$cache_file"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue