-
Your recent change 0311ecf added these lines to zsh-addr.zsh:
_zsh_abbr_command() {
\command \command $@
}
This causes the error in the title because I don't have a binary …
-
I believe those files were committed by mistake. History doesn't hint any reason why they we added in the first place, and they aren't following changes in .zsh files:
- https://github.com/olets/zsh-…
z0rc updated
4 months ago
-
`==> Upgrading olets/tap/zsh-abbr 4.2.0 -> 4.2.1
==> Downloading https://github.com/olets/zsh-abbr/releases/download/v4.2.1/v4.2.1.tar.gz
##O#- #
curl: (22) The requested URL returned error: 40…
-
Occasionally —possibly related to putting my computer to sleep and then waking it up again— I get a warning about a missing temp file. It's added to the rbuffer
For example:
```
# when the term…
olets updated
4 months ago
-
Not really an issue. I noticed you have TODO items about autosuggestions and highlighting. Here are snippets I use to with zsh-autosuggestions and zsh-syntax-highlighting to better work with zsh-abbr.…
z0rc updated
4 months ago
-
Unfortunately, even with my fixes to the `mktemp` invocations in https://github.com/olets/zsh-abbr/pull/1, the program fails to run with the following error:
```
$ abbr --version
_zsh_abbr:608: com…
-
When I use an alias, e.g. `alias gst="git status"`, [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) shows if it is a valid command/alias like this:
![image](https://us…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Update the issue title
- [X] I have updated the title
### Expected Behavior
My `zle-line-init()` w…
tapyu updated
4 months ago
-
The present dir structure in `src` is:
```
src/
├── cg3
├── filters
├── fst
│ ├── affixes
│ ├── generated_files
│ ├── incoming
│ └── stems
├── hyphenation
├── orthography
├── pho…
-
Hey,
i updated my fedora system yesterday from 31 to 32.
Before the update it was possible for me to use the abbreviations via tabbing. E.g. typing `vp`, hitting TAB and zsh shows my abbreviatio…