Skip to content

Commit

Permalink
Fix typo in shellIntegration-bash.sh
Browse files Browse the repository at this point in the history
fix typo `exceute` to `execute` in `shellIntegration-bash.sh`.
  • Loading branch information
vbem committed Jan 25, 2024
1 parent b0d1f89 commit 5e10388
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 5e10388

Please sign in to comment.