diff options
| author | Koichi Murase <myoga.murase@gmail.com> | 2024-04-08 21:03:07 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-08 13:03:07 +0100 |
| commit | 426ca5de3e074a7934b0190691d0b008fa729bdf (patch) | |
| tree | b09eef6af1df020e015a7dc758ffe08e13de997f /.github/dependabot.yml | |
| parent | chore(deps): bump regex from 1.10.3 to 1.10.4 (#1930) (diff) | |
| download | atuin-426ca5de3e074a7934b0190691d0b008fa729bdf.zip | |
fix(bash): do not use "return" to cancel initialization (#1928)
We have introduced initialization guards in #1533 [1], where `return
0` was used to cancel the initialization. However, this cancels the
processing of the caller (which is typically `~/.bashrc`) instead of
just canceling Atuin's initialization. In this patch, we avoid using
`return 0`. Instead, we enclose the main part of the initialization
in a big if-statement.
[1] https://github.com/atuinsh/atuin/pull/1533
Diffstat (limited to '.github/dependabot.yml')
0 files changed, 0 insertions, 0 deletions
