Skip to content

Commit b94ee47

Browse files
committed
add SHELL environment variable for dircolors of coreutils
1 parent 3180aa8 commit b94ee47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel/kmain.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ _Noreturn void kshell(task_id_t tid)
193193
"HOME=/root",
194194
"TIME_STYLE=posix-long-iso",
195195
"PATH=/usr/bin:/bin",
196-
"TERM=hanos",
196+
"SHELL=/usr/bin/bash",
197+
"TERM=xterm-color",
197198
NULL
198199
};
199200

0 commit comments

Comments
 (0)