1
0
Fork 0
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:
Matt Barnett-Jones 2020-08-29 15:15:23 +01:00 committed by GitHub
parent ac705b7936
commit 58c83b671b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`