Skip to content

Commit b3016d6

Browse files
author
Aaron Munger
authored
clean up verification check
1 parent af503e5 commit b3016d6

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)