From 5e10388f1eb21694c0d36e2f04e1e173388bc1f0 Mon Sep 17 00:00:00 2001 From: Lei LI Date: Thu, 25 Jan 2024 11:31:57 +0800 Subject: [PATCH] Fix typo in shellIntegration-bash.sh fix typo `exceute` to `execute` in `shellIntegration-bash.sh`. --- .../contrib/terminal/browser/media/shellIntegration-bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh b/src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh index a7b0b2cfb948d..e8c7ac8bada21 100755 --- a/src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh +++ b/src/vs/workbench/contrib/terminal/browser/media/shellIntegration-bash.sh @@ -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