Skip to content

Commit 736821f

Browse files
authored
1 parent 7941835 commit 736821f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ if [ -z "$VSCODE_SHELL_LOGIN" ]; then
1010
else
1111
# Imitate -l because --init-file doesn't support it:
1212
# run the first of these files that exists
13-
if [ -f /etc/bash_profile ]; then
14-
. /etc/bash_profile
13+
if [ -f /etc/profile ]; then
14+
. /etc/profile
1515
fi
1616
# exceute the first that exists
1717
if [ -f ~/.bash_profile ]; then

0 commit comments

Comments
 (0)