prezto
prezto copied to clipboard
prezto-grunt-cache.501.zsh:37: command not found: compdef
Description
Each time I start a new session with ZSH this error comes up.
Expected behavior
No error upon new ZSH session at all.
Actual behavior
This:
└─( 3 ) ❱❱❱ zsh 130 ⏎ +541 11:36 ❰─┘
/var/folders/g0/jzp533fj51n7987tgt94zn_w0000gn/T//prezto-grunt-cache.501.zsh:37: command not found: compdef
Steps to Reproduce
- Git pull latest from prezto
- Type
zsh
- Booom! Above error gets printed.
Versions
- Prezto commit:
commit 0e6429da97876c7ce0868966e8a812c29bcba0b3 (HEAD -> master, origin/master, origin/HEAD)
Author: Diego Rabatone Oliveira <[email protected]>
Date: Mon Dec 17 16:22:33 2018 -0200
Remove duplicated information from git module README (#1657)
- ZSH version:
└─( 4 ) ❱❱❱ zsh --version 130 ⏎ +544 12:13 ❰─┘
zsh 5.6.2 (x86_64-apple-darwin17.7.0)
- OS information:
macOS High Sierra
Version 10.13.6
Same problem here
/tmp/prezto-gulp-cache.1000.zsh:25: command not found: compdef
In my case the problem seems created by PR #1668 , this commit correctly fix the mistype glup
but introduce a problem with zsh completion for gulp
In my case, loading the node module after the completion did the trick! ☺️