Update packages/safe-chain/src/shell-integration/supported-shells/bash.js

Co-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>
This commit is contained in:
Reinier Criel 2026-04-13 11:17:02 -07:00 committed by GitHub
parent 72dc7dcf3a
commit f07d0ea888
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ function teardown(tools) {
);
}
// Removes the line that sources the safe-chain bash initialization script.
// Remove sourcing line to disable safe-chain shell integration
removeLinesMatchingPattern(
startupFile,
/^source\s+.*init-posix\.sh.*#\s*Safe-chain/,