Skip to content

Commit af7fd96

Browse files
committed
docs: Fix autocomplete instructions
Closes espressif#1138 Closes espressif#1139
1 parent 23e5ec1 commit af7fd96

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/en/installation.rst

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

104104
.. code-block:: bash
105105
106-
eval "$(_ESPTOOL_PY_COMPLETE=bash_source esptool)"
107-
eval "$(_ESPSECURE_PY_COMPLETE=bash_source espsecure)"
108-
eval "$(_ESPEFUSE_PY_COMPLETE=bash_source espefuse)"
106+
eval "$(_ESPTOOL_COMPLETE=bash_source esptool)"
107+
eval "$(_ESPSECURE_COMPLETE=bash_source espsecure)"
108+
eval "$(_ESPEFUSE_COMPLETE=bash_source espefuse)"
109109
110110
111111
.. group-tab:: Zsh
@@ -123,18 +123,18 @@ 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
132132

133133
.. code-block:: bash
134134
135-
_ESPTOOL_PY_COMPLETE=fish_source esptool | source
136-
_ESPSECURE_PY_COMPLETE=fish_source espsecure | source
137-
_ESPEFUSE_PY_COMPLETE=fish_source espefuse | source
135+
_ESPTOOL_COMPLETE=fish_source esptool | source
136+
_ESPSECURE_COMPLETE=fish_source espsecure | source
137+
_ESPEFUSE_COMPLETE=fish_source espefuse | source
138138
139139
140140

0 commit comments

Comments
 (0)