-
I'm getting the following issue when running `zoxide init fish | source`
```
- (line 89): Unknown builtin 'abbr'
builtin abbr --erase z &>/dev/null
```
This only started happening recently.
…
-
Things like custom aliases and functions are not available in the pipeline.
This is what is problematic with current approach of hardcoding `/bin/sh` instead of using current shell. Not sure if the…
-
Still a new lorri user here, but that doesn't stop me from sharing some ideas.
I am a bit dicomforted by lorri changing the environment “under my feet” at a random point in time. I think I would fe…
-
using engine-q, i was testing out pasting json and was presented with this panic.
this is the json i pasted.
```
{
"name": "inc",
"usage": "Increment a value or version. Optionally use the …
-
By default:
Right Arrow: accept complete suggestion
Alt + Right Arrow: accept part of suggestion
However, many times we just need part of suggestion, not the whole, so pressing Alt for it every t…
-
# Configuration
Using Doom Emacs (latest version using doom upgrade) and Emacs 29.0.91
In packages.el: `(package! codeium :recipe (:host github :repo Exafunction/codeium.el"))`
In config.el:
``` e…
-
### Describe the feature or problem you’d like to solve
It would be cool if the `gh workflow run` command would default to the current branch.
It would save us some typing not having to specify th…
-
I trained and LoRA fine-tuned (inspired from wlamond's PR) the models to follow instructions and write tiny stories accordingly, with the prompt data available.
[Repo](https://github.com/cindysridyk…
-
It seems a lot of people want cmdliner to help with auto-completion which seems a rather natural request. There are already quite a few things that could help inside (e.g. optional arguments can be sp…
-
Fish auto-completion is great, but the history can be easily bloated with wrong & unwanted entries
I'm aware about `history --contains keyword --delete` and the interactive history editor via `fish_c…