You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/installation/index.md
+55-55Lines changed: 55 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,71 +139,71 @@ Configuration is updated at ~/.dstack/config.yml
139
139
140
140
This configuration is stored in `~/.dstack/config.yml`.
141
141
142
-
### (Optional) Enable shell autocompletion
142
+
??? info "Shell autocompletion"
143
143
144
-
`dstack` supports shell autocompletion for `bash` and `zsh`.
144
+
`dstack` supports shell autocompletion for `bash` and `zsh`.
145
145
146
-
=== "bash"
146
+
=== "bash"
147
147
148
-
First, validate if completion scripts load correctly in your current shell session:
149
-
150
-
<div class="termy">
151
-
152
-
```shell
153
-
$ eval "$(dstack completion bash)"
154
-
```
148
+
First, validate if completion scripts load correctly in your current shell session:
149
+
150
+
<div class="termy">
151
+
152
+
```shell
153
+
$ eval "$(dstack completion bash)"
154
+
```
155
155
156
-
</div>
157
-
158
-
If completions work as expected and you would like them to persist across shell sessions, add the completion script to your shell profile using these commands:
If completions work as expected and you would like them to persist across shell sessions, add the completion script to your shell profile using these commands:
0 commit comments