mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
refactor: replace ansi_term with nu_ansi_term (#4339)
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ enum Commands {
|
||||
fn main() {
|
||||
// Configure the current terminal on windows to support ANSI escape sequences.
|
||||
#[cfg(windows)]
|
||||
let _ = ansi_term::enable_ansi_support();
|
||||
let _ = nu_ansi_term::enable_ansi_support();
|
||||
logger::init();
|
||||
init_global_threadpool();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user