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 23e5ec1 commit 9e3b7d9Copy full SHA for 9e3b7d9
docs/en/installation.rst
@@ -123,9 +123,9 @@ You will likely have to restart or re-login for the autocompletion to start work
123
124
.. code-block:: bash
125
126
- eval "$(_ESPTOOL_PY_COMPLETE=zsh_source esptool)"
127
- eval "$(_ESPSECURE_PY_COMPLETE=zsh_source espsecure)"
128
- eval "$(_ESPEFUSE_PY_COMPLETE=zsh_source espefuse)"
+ eval "$(_ESPTOOL_COMPLETE=zsh_source esptool)"
+ eval "$(_ESPSECURE_COMPLETE=zsh_source espsecure)"
+ eval "$(_ESPEFUSE_COMPLETE=zsh_source espefuse)"
129
130
131
.. group-tab:: Fish
0 commit comments