diff options
| author | Kkoi <79646021+lmBored@users.noreply.github.com> | 2026-02-11 21:29:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-11 12:29:02 -0800 |
| commit | 3dfa4d821a631f5960b620c4e42746c89b10be95 (patch) | |
| tree | 15d37f0d267e98a92bb6086626bfb8dd8bb3d2e1 /.codespellrc | |
| parent | fix: Server start commands for Docker. (#3160) (diff) | |
| download | atuin-3dfa4d821a631f5960b620c4e42746c89b10be95.zip | |
fix(shell): fix ATUIN_SESSION errors in tmux popup (#3170)
This PR fixes:
+ #3154
+ #3164
+ #3166
It changes the following:
+ Pass ATUIN_SESSION to tmux popup
+ Use `command rm` to bypass user-defined configs
+ Disable tmux popup by default
## Checks
- [x] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [x] I have checked that there are no existing pull requests for the
same thing
---------
Co-authored-by: Ellie Huxtable <ellie@elliehuxtable.com>
Diffstat (limited to '.codespellrc')
| -rw-r--r-- | .codespellrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.codespellrc b/.codespellrc index bcf21f5c..c2a41811 100644 --- a/.codespellrc +++ b/.codespellrc @@ -3,5 +3,5 @@ skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md,CONTRIBUTORS check-hidden = true # ignore-regex = -ignore-words-list = crate,ratatui,inbetween +ignore-words-list = crate,ratatui,inbetween,iterm |
