From b458b5d19cc05e2896ea421bf41b7ff6ab35bfd6 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 9 Jun 2024 12:54:12 -0400 Subject: [PATCH] expand return ignores for interactive trisquel 12 bash Ignore stack trace from /usr/lib/python3/dist-packages/argcomplete/bash_completion.d/_python-argcomplete --- bash-bear | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash-bear b/bash-bear index 3856ed2..5f79f52 100644 --- a/bash-bear +++ b/bash-bear @@ -91,7 +91,7 @@ err-catch() { if [[ $- == *i* ]]; then if ! test ${err_catch_ignore+defined}; then err_catch_ignore=( - '/etc/bash_completion.d/*' + '*/bash_completion.d/*' '*/bash-completion/*' ) fi -- 2.25.1