Skip to content

Commit b746f63

Browse files
authored
completions: Zsh is now supported (rust-lang#2173)
1 parent 6af30f8 commit b746f63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/building/suggested.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,9 @@ pkgs.mkShell {
376376

377377
## Shell Completions
378378

379-
If you use Bash, Fish or PowerShell, you can find automatically-generated shell
379+
If you use Bash, Zsh, Fish or PowerShell, you can find automatically-generated shell
380380
completion scripts for `x.py` in
381381
[`src/etc/completions`](https://github.com/rust-lang/rust/tree/master/src/etc/completions).
382-
Zsh support will also be included once issues with
383-
[`clap_complete`](https://crates.io/crates/clap_complete) have been resolved.
384382

385383
You can use `source ./src/etc/completions/x.py.<extension>` to load completions
386384
for your shell of choice, or `& .\src\etc\completions\x.py.ps1` for PowerShell.

0 commit comments

Comments
 (0)