Update packages/safe-chain/src/shell-integration/supported-shells/zsh.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:51 -07:00 committed by GitHub
parent 32408c6583
commit 56a54b8683
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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