Skip to content

Commit 9e3b7d9

Browse files
authored
Update zsh completion command syntax in documentation
1 parent 23e5ec1 commit 9e3b7d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/en/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ You will likely have to restart or re-login for the autocompletion to start work
123123

124124
.. code-block:: bash
125125
126-
eval "$(_ESPTOOL_PY_COMPLETE=zsh_source esptool)"
127-
eval "$(_ESPSECURE_PY_COMPLETE=zsh_source espsecure)"
128-
eval "$(_ESPEFUSE_PY_COMPLETE=zsh_source espefuse)"
126+
eval "$(_ESPTOOL_COMPLETE=zsh_source esptool)"
127+
eval "$(_ESPSECURE_COMPLETE=zsh_source espsecure)"
128+
eval "$(_ESPEFUSE_COMPLETE=zsh_source espefuse)"
129129
130130
131131
.. group-tab:: Fish

0 commit comments

Comments
 (0)