We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7941835 commit 736821fCopy full SHA for 736821f
src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh
@@ -10,8 +10,8 @@ if [ -z "$VSCODE_SHELL_LOGIN" ]; then
10
else
11
# Imitate -l because --init-file doesn't support it:
12
# run the first of these files that exists
13
- if [ -f /etc/bash_profile ]; then
14
- . /etc/bash_profile
+ if [ -f /etc/profile ]; then
+ . /etc/profile
15
fi
16
# exceute the first that exists
17
if [ -f ~/.bash_profile ]; then
0 commit comments