Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/getting_started/setting_up_shell_completions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If you have `oh-my-zsh` installed, you might already have a directory of automat
If not, first create it:

```bash
mkdir -p ~/.oh-my-zsh/completions`
mkdir -p ~/.oh-my-zsh/completions
```

Then copy the completion script to that directory:
Expand Down
Loading