What happened?
zsh-users/zsh-completions OMZ::lib/completion.zsh don't work.
but after I try zinit update that it MAY BE work. (not 100%, sometimes still didn't work)
Steps to reproduce
Here is a Desktop folder and Download folder.
- Enter
cd sk and try use TAB to complete to cd Desktop
- Nothing run, still
cd sk
- Try
zinit update command
- Repeat step.1
- It's OK
sometimes, I still got step.2 but not step.5, after step.3.
- Enter
cd D and TAB, try access the selection to use the arrow keys choose.
- Failed, don't have selection, only can use TAB choose.
- Try
zinit update command
- Repeat step.1
- It's OK
sometimes, I still got step.2 but not step.5, after step.3.
Relevant output
Screenshots and recordings
No response
Operating System & Version
OS: darwin24.0 | Vendor: apple | Machine: x86_64 | CPU: arm64 | Processor: arm | Hardware: arm64
Zsh version
zsh 5.9 (arm64-apple-darwin24.0)
Terminal emulator
xterm-256color
If using WSL on Windows, which version of WSL
None
Additional context
.zshrc
source $HOMEBREW_PREFIX/opt/zinit/zinit.zsh
zinit light zsh-users/zsh-completions
zinit light zsh-users/zsh-autosuggestions
zinit light zsh-users/zsh-history-substring-search
zinit light zdharma-continuum/fast-syntax-highlighting
zinit snippet OMZ::lib/completion.zsh
zinit snippet OMZ::lib/history.zsh
zinit snippet OMZ::lib/key-bindings.zsh
zinit snippet OMZ::lib/theme-and-appearance.zsh
zinit ice pick"async.zsh" src"pure.zsh"
zinit light sindresorhus/pure
Code of Conduct
What happened?
zsh-users/zsh-completionsOMZ::lib/completion.zshdon't work.but after I try
zinit updatethat it MAY BE work. (not 100%, sometimes still didn't work)Steps to reproduce
Here is a
Desktopfolder andDownloadfolder.cd skand try use TAB to complete tocd Desktopcd skzinit updatecommandsometimes, I still got step.2 but not step.5, after step.3.
cd Dand TAB, try access the selection to use the arrow keys choose.zinit updatecommandsometimes, I still got step.2 but not step.5, after step.3.
Relevant output
Screenshots and recordings
No response
Operating System & Version
OS: darwin24.0 | Vendor: apple | Machine: x86_64 | CPU: arm64 | Processor: arm | Hardware: arm64
Zsh version
zsh 5.9 (arm64-apple-darwin24.0)
Terminal emulator
xterm-256color
If using WSL on Windows, which version of WSL
None
Additional context
.zshrc
Code of Conduct