We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
env
1 parent 737ad82 commit 81f96daCopy full SHA for 81f96da
src/cli/self_update.rs
@@ -221,10 +221,9 @@ macro_rules! post_install_msg_unix_source_env {
221
r#"To configure your current shell, you need to source
222
the corresponding `env` file under {cargo_home}.
223
224
-This is usually done by running one of the following:
225
- source "{cargo_home}/env" # For bash/zsh
226
- . "{cargo_home}/env" # For ash/dash/pdksh (note the leading DOT)
227
- source "{cargo_home}/env.fish" # For fish
+This is usually done by running one of the following (note the leading DOT):
+ . "{cargo_home}/env" # For sh/bash/zsh/ash/dash/pdksh
+ source "{cargo_home}/env.fish" # For fish
228
"#
229
};
230
}
0 commit comments