Merge pull request #203407 from vbem/patch-2

Fix typo in shellIntegration-bash.sh
This commit is contained in:
Daniel Imms 2024-01-29 13:27:15 -08:00 committed by GitHub
commit cdc408eed1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ if [ "$VSCODE_INJECTION" == "1" ]; then
if [ -r /etc/profile ]; then
. /etc/profile
fi
# exceute the first that exists
# execute the first that exists
if [ -r ~/.bash_profile ]; then
. ~/.bash_profile
elif [ -r ~/.bash_login ]; then