Skip to content

Commit 50dc5da

Browse files
authored
Merge pull request #779 from brson/complete
Remove old zsh completions
2 parents 607ef07 + 64d8fc0 commit 50dc5da

File tree

2 files changed

+4
-189
lines changed

2 files changed

+4
-189
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,11 @@ $ rustup completions fish > ~/.config/fish/completions/rustup.fish
7575
$ rustup completions zsh > ~/.zfunc/_rustup
7676
```
7777

78-
*Note:* you may need to restart your shell in order for the changes to take affect.
78+
*Note:* you may need to restart your shell in order for the changes to take
79+
effect.
7980

80-
*Note:* For Zsh, see additional details below
81-
82-
#### Addtional Notes for Zsh
83-
84-
One can alternatively copy [`src/rustup-cli/zsh/_rustup`](https://github.com/rust-lang-nursery/rustup.rs/blob/master/src/rustup-cli/zsh/_rustup) into a directory, e.g. `~/.zfunc/`.
85-
86-
Regardless of method, you must then add the following line in your `~/.zshrc` before `compinit`:
81+
For `zsh`, you must then add the following line in your `~/.zshrc` before
82+
`compinit`:
8783

8884
```zsh
8985
fpath+=~/.zfunc

src/rustup-cli/zsh/_rustup

Lines changed: 0 additions & 181 deletions
This file was deleted.

0 commit comments

Comments
 (0)