diff options
author | Matt Barnett-Jones <mattjbones@gmail.com> | 2020-08-29 15:15:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 10:15:23 -0400 |
commit | 58c83b671bbe3f46edbf3442ec88495d36357bfe (patch) | |
tree | 59de5075069d7dff9fe432c437f50d9b6cd6528f /docs/getting_started | |
parent | ac705b793612db6cc11b13270907e216e07460b3 (diff) |
Typo in zsh env setup steps (#7250)
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/setup_your_environment.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index 89532ce07..7aa7ec83f 100644 --- a/docs/getting_started/setup_your_environment.md +++ b/docs/getting_started/setup_your_environment.md @@ -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` |