From 3dfa4d821a631f5960b620c4e42746c89b10be95 Mon Sep 17 00:00:00 2001 From: Kkoi <79646021+lmBored@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:29:02 +0100 Subject: 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 --- .codespellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.codespellrc') 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 -- cgit v1.3.1