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: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,15 +75,11 @@ $ rustup completions fish > ~/.config/fish/completions/rustup.fish
75
75
$ rustup completions zsh > ~/.zfunc/_rustup
76
76
```
77
77
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.
79
80
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
0 commit comments