Right now: https://github.com/microsoft/vscode-python-environments/blob/66ff5dd97bffa1e3ff7d4a5e81740eb7f36296bf/src/features/terminal/shells/bash/bashStartup.ts#L187 It seems like bash and zsh share same startup file. Might be better for us to separate this out.
Right now:
vscode-python-environments/src/features/terminal/shells/bash/bashStartup.ts
Line 187 in 66ff5dd
It seems like bash and zsh share same startup file.
Might be better for us to separate this out.