We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d13d5 commit 496aaafCopy full SHA for 496aaaf
src/vs/workbench/contrib/terminal/browser/media/shellIntegration-rc.zsh
@@ -11,7 +11,7 @@ fi
11
12
# This variable allows the shell to both detect that VS Code's shell integration is enabled as well
13
# as disable it by unsetting the variable.
14
-export VSCODE_SHELL_INTEGRATION=1
+VSCODE_SHELL_INTEGRATION=1
15
16
# Only fix up ZDOTDIR if shell integration was injected (not manually installed) and has not been called yet
17
if [[ "$VSCODE_INJECTION" == "1" ]]; then
0 commit comments