Skip to content

Commit 0add519

Browse files
Update main.rs
1 parent cfc54a3 commit 0add519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

command/bin/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010

11-
use command::env::set_env;
11+
use command::env::init_env;
1212
use command::run::init_shell;
1313
use command::start_logo::start_logo;
1414
use command::root::new_session;
@@ -20,7 +20,7 @@ fn main() {
2020
let mut session_context = new_session();
2121

2222
// set os envirment path in Tiks
23-
set_env();
23+
init_env();
2424

2525
// init shell
2626
init_shell(&mut session_context)

0 commit comments

Comments
 (0)