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 af503e5 commit b3016d6Copy full SHA for b3016d6
src/vs/workbench/contrib/terminal/common/scripts/shellIntegration-rc.zsh
@@ -3,7 +3,7 @@
3
# Licensed under the MIT License. See License.txt in the project root for license information.
4
# ---------------------------------------------------------------------------------------------
5
builtin autoload -Uz add-zsh-hook is-at-least
6
-echo "$(ls -ld "$ZDOTDIR")"
+
7
# Prevent the script recursing when setting up
8
if [ -n "$VSCODE_SHELL_INTEGRATION" ]; then
9
ZDOTDIR=$USER_ZDOTDIR
0 commit comments