From 01c06e09799f5a68e6d25729fa3a37d9cf1db341 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Sat, 7 Jun 2025 20:37:40 +1000 Subject: [PATCH] Remove extra backtick --- docs/docs/getting_started/setting_up_shell_completions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: