We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a6820 commit 036bae1Copy full SHA for 036bae1
1 file changed
crates/vite_global_cli/src/commands/env/doctor.rs
@@ -419,6 +419,10 @@ fn print_path_fix(bin_dir: &vite_path::AbsolutePath) {
419
println!();
420
println!(" source \"{home_path}/env.fish\"");
421
422
+ println!(" {}", "For Nushell, add to ~/.config/nushell/config.nu:".dimmed());
423
+ println!();
424
+ println!(" source '{home_path}/env.nu'");
425
426
println!(" {}", "Then restart your terminal.".dimmed());
427
}
428
0 commit comments