diff --git a/docs/docs/getting_started/setting_up_shell_completions.md b/docs/docs/getting_started/setting_up_shell_completions.md index 0447321cbab..bcf961931b0 100644 --- a/docs/docs/getting_started/setting_up_shell_completions.md +++ b/docs/docs/getting_started/setting_up_shell_completions.md @@ -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: