Skip to content

Commit 74c4fd5

Browse files
authored
Fix typo in shell-integration.md (#8282)
1 parent 1fe3c36 commit 74c4fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/terminal/shell-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ if ($env:TERM_PROGRAM -eq "vscode") { . "$(code --locate-shell-integration-path
6060

6161
**zsh**
6262

63-
Add the following to your `~/.zshrc` file. Run `code ~/.zshrc` in bash to open the file in VS Code.
63+
Add the following to your `~/.zshrc` file. Run `code ~/.zshrc` in zsh to open the file in VS Code.
6464

6565
```sh
6666
[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"

0 commit comments

Comments
 (0)