Skip to content

Commit

Permalink
Switch prompt from $ to %
Browse files Browse the repository at this point in the history
  • Loading branch information
ElisStaaf committed Nov 16, 2024
1 parent 70b85dd commit 06a57ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ fn main() {
stdout.reset().unwrap();

stdout.set_color(&green).unwrap();
write!(stdout, "{:?} $ ", dir_str).unwrap();
write!(stdout, "{:?} % ", dir_str).unwrap();
stdout.reset().unwrap();

let mut command_input = String::new();
Expand Down

0 comments on commit 06a57ee

Please sign in to comment.