mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
export COLORTERM=truecolor
This commit is contained in:
committed by
Leonid Pliushch
parent
33def928cf
commit
930029b5d2
@@ -139,6 +139,7 @@ public final class BackgroundJob {
|
||||
List<String> environment = new ArrayList<>();
|
||||
|
||||
environment.add("TERM=xterm-256color");
|
||||
environment.add("COLORTERM=truecolor");
|
||||
environment.add("HOME=" + TermuxService.HOME_PATH);
|
||||
environment.add("PREFIX=" + TermuxService.PREFIX_PATH);
|
||||
environment.add("BOOTCLASSPATH=" + System.getenv("BOOTCLASSPATH"));
|
||||
|
Reference in New Issue
Block a user