Skip to content

Commit 05b18b4

Browse files
committed
Revert "doc: Mention XDG_DATA_HOME"
This reverts commit 15a7672.
1 parent c566be4 commit 05b18b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/unstable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,7 +1817,7 @@ When in doubt, you can discuss this in [#14520](https://github.com/rust-lang/car
18171817

18181818
### How to use native-completions feature:
18191819
- bash:
1820-
Add `source <(CARGO_COMPLETE=bash cargo +nightly)` to `$XDG_DATA_HOME/bash-completion/completions/cargo`, or `~/.local/share/bash-completion/completions/cargo` if `XDG_DATA_HOME` is not set.
1820+
Add `source <(CARGO_COMPLETE=bash cargo +nightly)` to `~/.local/share/bash-completion/completions/cargo`.
18211821

18221822
- zsh:
18231823
Add `source <(CARGO_COMPLETE=zsh cargo +nightly)` to your `.zshrc`.

0 commit comments

Comments
 (0)