Skip to content

Commit 7c6fdfb

Browse files
author
Aaron Munger
authored
Merge pull request #24 from devdiv-microsoft/aamunger/fixCleanup
clean up verification check
2 parents af503e5 + b3016d6 commit 7c6fdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminal/common/scripts/shellIntegration-rc.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# ---------------------------------------------------------------------------------------------
55
builtin autoload -Uz add-zsh-hook is-at-least
6-
echo "$(ls -ld "$ZDOTDIR")"
6+
77
# Prevent the script recursing when setting up
88
if [ -n "$VSCODE_SHELL_INTEGRATION" ]; then
99
ZDOTDIR=$USER_ZDOTDIR

0 commit comments

Comments
 (0)