File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ Run the tests:
1515cargo test --features " dircolors" --no-default-features
1616```
1717
18- Edit ` /PATH_TO_COREUTILS/src/uu/dircolors/src/colors .rs ` until the tests pass.
18+ Edit ` /PATH_TO_COREUTILS/src/uu/dircolors/src/dircolors .rs ` until the tests pass.
Original file line number Diff line number Diff line change 1313/// restrict following config to systems with matching environment variables.
1414pub static TERMS : & [ & str ] = & [
1515 "Eterm" ,
16+ "alacritty*" ,
1617 "ansi" ,
1718 "*color*" ,
1819 "con[0-9]*x[0-9]*" ,
@@ -21,6 +22,7 @@ pub static TERMS: &[&str] = &[
2122 "cygwin" ,
2223 "*direct*" ,
2324 "dtterm" ,
25+ "foot" ,
2426 "gnome" ,
2527 "hurd" ,
2628 "jfbterm" ,
Original file line number Diff line number Diff line change 77# restrict following config to systems with matching environment variables.
88COLORTERM ?*
99TERM Eterm
10+ TERM alacritty*
1011TERM ansi
1112TERM *color*
1213TERM con[0-9]*x[0-9]*
@@ -15,6 +16,7 @@ TERM console
1516TERM cygwin
1617TERM *direct*
1718TERM dtterm
19+ TERM foot
1820TERM gnome
1921TERM hurd
2022TERM jfbterm
You can’t perform that action at this time.
0 commit comments