aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap
diff options
context:
space:
mode:
authorKoichi Murase <myoga.murase@gmail.com>2024-04-08 21:03:07 +0900
committerGitHub <noreply@github.com>2024-04-08 13:03:07 +0100
commit426ca5de3e074a7934b0190691d0b008fa729bdf (patch)
treeb09eef6af1df020e015a7dc758ffe08e13de997f /.mailmap
parentchore(deps): bump regex from 1.10.3 to 1.10.4 (#1930) (diff)
downloadatuin-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 '.mailmap')
0 files changed, 0 insertions, 0 deletions