diff options
| author | jyn <github@jyn.dev> | 2025-06-05 08:26:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-05 13:26:37 +0100 |
| commit | 2814c2031cde347c5b17af6b82dc53e27a40f9a9 (patch) | |
| tree | 5a0127e7af4a29f20ddebeef040c9eba6b1c41af /default.nix | |
| parent | fix(doctor): mention the required ble.sh version (#2774) (diff) | |
| download | atuin-2814c2031cde347c5b17af6b82dc53e27a40f9a9.zip | |
fix: Don't print errors in `zsh_autosuggest` helper (#2780)
Previously, this would result in long multi-line errors when typing,
making it hard to see the shell prompt:
```
$ Error: could not load client settings
Caused by:
0: could not create config file
1: failed to create file `/home/jyn/.config/atuin/config.toml`
2: Required key not available (os error 126)
Location:
atuin-client/src/settings.rs:675:54
fError: could not load client settings
Caused by:
0: could not create config file
1: failed to create file `/home/jyn/.config/atuin/config.toml`
2: Required key not available (os error 126)
Location:
atuin-client/src/settings.rs:675:54
faError: could not load client settings
```
Silence these in autosuggestions, such that they only show up when
explicitly invoking atuin.
Diffstat (limited to 'default.nix')
0 files changed, 0 insertions, 0 deletions
