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 1fe3c36 commit 74c4fd5Copy full SHA for 74c4fd5
docs/terminal/shell-integration.md
@@ -60,7 +60,7 @@ if ($env:TERM_PROGRAM -eq "vscode") { . "$(code --locate-shell-integration-path
60
61
**zsh**
62
63
-Add the following to your `~/.zshrc` file. Run `code ~/.zshrc` in bash to open the file in VS Code.
+Add the following to your `~/.zshrc` file. Run `code ~/.zshrc` in zsh to open the file in VS Code.
64
65
```sh
66
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"
0 commit comments