We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8763dd commit 034a486Copy full SHA for 034a486
docs/app/docs/cli_reference/devbox_completion_zsh.md
@@ -2,8 +2,15 @@
2
3
Generate the autocompletion script for the zsh shell.
4
5
-If shell completion is not already enabled in your environment you will need
6
-to enable it. You can execute the following once:
+If you are using Oh My Zsh, just run the following:
+
7
+```bash
8
+mkdir -p ~/.oh-my-zsh/completions
9
+devbox completion zsh > ~/.oh-my-zsh/completions/_devbox
10
+```
11
12
+If you are not using Oh My Zsh and shell completion is not already enabled in your environment you will need
13
+to enable it. You can execute the following once:
14
15
```bash
16
echo "autoload -U compinit; compinit" >> ~/.zshrc
0 commit comments