Skip to content

Commit

Permalink
Set Terminal default color to auto (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer authored Nov 3, 2023
1 parent 2557377 commit a5f01c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/huak-package-manager/src/sys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ impl Default for TerminalOptions {
fn default() -> Self {
Self {
verbosity: Verbosity::default(),
color_choice: ColorChoice::Never,
color_choice: ColorChoice::Auto,
}
}
}
Expand Down

0 comments on commit a5f01c1

Please sign in to comment.