Skip to content

Commit 93f9c2f

Browse files
committed
Ensure .bashrc is cleaned up like other shell scripts
1 parent 19e4ba4 commit 93f9c2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interceptors/terminal/terminal-scripts.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export const resetShellStartupScripts = () => {
173173
path.join(os.homedir(), '.profile'),
174174
path.join(os.homedir(), '.bash_profile'),
175175
path.join(os.homedir(), '.bash_login'),
176+
path.join(os.homedir(), '.bashrc'),
176177
path.join(os.homedir(), '.zshenv'),
177178
path.join(os.homedir(), '.zshrc'),
178179
path.join(os.homedir(), '.config', 'fish', 'config.fish'),

0 commit comments

Comments
 (0)