-
@olets's maintainer edit: this has become a catchall for several bugs with the same end result. Summarizing here to save newcomers having to read the thread
✅ Homebrew `zsh-abbr` formula had a bug…
-
Hi @romkatv
Thanks again for your help on past issues, it's been good to have your assistance.
I recently ran `z4h update` to fetch any upstream changes to zsh4humans and plugins that are insta…
-
I am using zsh-abbr for a while now and have an issue. And I just updated it from git directly; also `zsh --version`: "zsh 5.8 (x86_64-pc-linux-gnu)".
For me the abbreviations won't triggered or e…
-
Per https://github.com/getantibody/antibody/issues/386:
> Is it possible to pin a specific commit of a plugin in case of breaking changes?
-
I don't know how to make it work, I type an expanded form of an abbreviation I have already added or I just add a new abbr and type its expanded form and I see no tips
I read the readme and it said…
-
#### Current Behavior
Using [kitty](https://github.com/kovidgoyal/kitty) and Fish shell I get a new Prompt when I switch to vim normal mode by pressing `Escape`.
The entered text in the Prompt remai…
-
```shell
abbr -g a="abc"
a[Space] # expands
b a[Space] # expands
[[ a[Space] # expands
(( a[Space] # does not expand 😞
$( a[Space] # does not expand 😞
```
This is due to how zsh parses strin…
olets updated
2 years ago
-
Seems like something we'd definitely want. Has a home-manager module too, apparently (maybe only in unstable, haven't checked).
We will have to setup a way to install ZSH plugins for this. But that…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. `zplug "dabz/kafka-zsh-completions", from:github, use:kafka.zsh, laz…
-
## Bug Report
Starship can indicate if last command is success or failed, but after we make a failed command, we press Enter, Starship still indicate that last command failed, as in screenshot.
…