-
zsh can't load dnf5 bash autocomplete causing it to use dnf4 autocomplete which causes problems specially with the remove command:
![image](https://github.com/user-attachments/assets/4a722f77-8afe-…
-
This might not be a real bug, and I'm not sure if this is normal, but for me sourcing the zsh-autocomplete plugin is quite slow -- I use oh-my-zsh to manage plugins, if I disable zsh-autocomplete, the…
-
## Environment
Barebones environment on Ubuntu with zsh 5.9
```zsh
❯ cat ~/.zshenv
skip_global_compinit=1
❯ cat ~/.zshrc
source ~/zsh-autocomplete/zsh-autocomplete.plugin.zsh
```
Previous re…
-
## Environment
```zsh
% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=apple
typeset OSTYPE=darwin23.0
typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173
typeset -…
-
Howdy - this is likely just a question and not a bug, but after googling and ChatGPT-ing with no luck for quite a while, I figured I'd post here.
I have a standard install of ohmyzsh on my macbook…
-
## Description
I use `zinit` for loading plugins and `zoxide` as a `cd` replacement. When I type `z dir `, `zoxide` shows a popup to select directory. However, if I decide to cancel (either with ES…
-
## What do you want?
MVP: Allow to re-invoke compinit either directly or through a helper during runtime to index new completions that got added to `FPATH`
Bonus: Add the ability to diff functions …
-
## Environment
```zsh
❯ typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=apple
typeset OSTYPE=darwin23.0
typeset ZSH_PATCHLEVEL=zsh-5.9-0-g73d3173
typeset …
-
#### Current Behavior
I'm on a mac. This erroneous behaviour only occurs in iTerm2. Not in the built in Terminal application. Not in Warp. If I activate the Starship prompt. Combined with if I activa…
-
## Environment
```zsh
% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
typeset VENDOR=ubuntu
typeset OSTYPE=linux-gnu
typeset ZSH_PATCHLEVEL=ubuntu/5.9-6ubuntu2
typese…