Carlo Sala
Carlo Sala
Could you `git bisect` and discover which commit creates the issue?
@intern could you update to the latest omz master and see if it is fixed for you? Try it with no modifications and without disabling async prompt!
Hi @liguoqinjim! Which version of `ohmyzsh` are you running? Are you as well on centos 7?
> Can you make a screen recording of the issue, and also put `functions -t _omz_async_request _omz_async_callback` in your zshrc file at the bottom to get a trace? Could someone...
Thank you! Could you enable the trace for the screen record? Thanks!
It's indeed. Let's disable the async by default, lgtm 👍🏻
Hi! I'd be really nice! It seems like official autocompletion [does not exist](https://github.com/ollama/ollama/issues/1653), but feel free to open a pull request for it as soon as it exists! (or create...
Yep, I mean exactly that. You can see an example in `yarn` plugin precisely, the config is called `global-path`. Here you have the zsh manual! https://zsh.sourceforge.io/Doc/Release/Zsh-Modules.html#The-zsh_002fzutil-Module
Closing! We just added completion in #12696, if anyone wants to reopen with less aliases and [following the contributing aliases](https://github.com/ohmyzsh/ohmyzsh/blob/master/CONTRIBUTING.md#new-plugin-aliases) guide feel free to open it!
I'm not sure I can follow what's going on here. `ZSH_TMUX_AUTOSTART` just executes the `tmux` alias at startup, which shouldn't be different than executing it manually right after. Could you...