mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
Typo in zsh env setup steps (#7250)
This commit is contained in:
parent
ac705b7936
commit
58c83b671b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Example (zsh without framework):
|
|||
|
||||
```shell
|
||||
mkdir ~/.zsh # create a folder to save your completions. it can be anywhere
|
||||
deno completions zsh > .zsh/_deno
|
||||
deno completions zsh > ~/.zsh/_deno
|
||||
```
|
||||
|
||||
then add this to your `.zshrc`
|
||||
|
|
Loading…
Reference in a new issue