-
Version: Deno 1.45.1
I followed this [guide](https://docs.deno.com/runtime/manual/getting_started/setup_your_environment/#zsh-example-with-ohmyzsh-and-antigen) to setup shell completions. They just…
-
**Is your feature request related to a particular plugin or theme? If so, specify it.**
No
**Is your feature request related to a problem? Please describe.**
No
**Describe the solution you…
-
You have the
```sh
talosctl completion zsh >| "$ZSH_CACHE_DIR/completions/_talosctl" &|
```
outside the
```sh
if [[ ! -f "$ZSH_CACHE_DIR/completions/_talosctl" ]]; then
```
stanza. Do you wan…
-
The current instructions: [README.md#oh-my-zsh](https://github.com/zsh-users/zsh-completions/blob/5bef0323984bbec2def9839fb52db00285a07ebf/README.md#oh-my-zsh), suggest to add zsh-completions to `plug…
-
-
### What version of Go are you using (`go version`)?
1.15.2
### Does this issue reproduce with the latest release?
yes
### What operating system and processor architecture are you usin…
-
- [ ] zsh vanilla
- [ ] zsh oh-my-zsh
- [ ] zplug
- [ ] fish
- [ ] bash
- [ ] elvish
- [ ] powershell
-
I'm using zsh 5.8 (x86_64-pc-linux-gnu) and installed z.lua with the zinit plugin manager. If I understand correctly, tab completion in zsh should work out of the box. However, nothing happens when I …
-
Home page: https://ohmyz.sh/
Since `zsh` is the default shell for macOS, we should configure it so that it is a _good_ option.
Of course, nothing we do for `zsh` will interfere with using `bash`…
-
#### Current Behavior
I didn't like that some of my longer running commands were getting canceled due to the command_timeout feature. There didn't seem to be a way to disable it, so I set it to a arb…