Skip to content

Commit 036bae1

Browse files
committed
chore(cli): add missing nushell guide for doctor
1 parent e6a6820 commit 036bae1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • crates/vite_global_cli/src/commands/env

crates/vite_global_cli/src/commands/env/doctor.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ fn print_path_fix(bin_dir: &vite_path::AbsolutePath) {
419419
println!();
420420
println!(" source \"{home_path}/env.fish\"");
421421
println!();
422+
println!(" {}", "For Nushell, add to ~/.config/nushell/config.nu:".dimmed());
423+
println!();
424+
println!(" source '{home_path}/env.nu'");
425+
println!();
422426
println!(" {}", "Then restart your terminal.".dimmed());
423427
}
424428

0 commit comments

Comments
 (0)