Skip to content

Commit d894492

Browse files
authored
Merge pull request microsoft#153540 from microsoft/tyriar/153454
Don't export VSCODE_SHELL_INTEGRATION
2 parents 32d13d5 + 496aaaf commit d894492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/browser/media/shellIntegration-rc.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
# This variable allows the shell to both detect that VS Code's shell integration is enabled as well
1313
# as disable it by unsetting the variable.
14-
export VSCODE_SHELL_INTEGRATION=1
14+
VSCODE_SHELL_INTEGRATION=1
1515

1616
# Only fix up ZDOTDIR if shell integration was injected (not manually installed) and has not been called yet
1717
if [[ "$VSCODE_INJECTION" == "1" ]]; then

0 commit comments

Comments
 (0)