Skip to content

Commit 08d8f5e

Browse files
authored
Fix use_ls_colors config reference (#2063)
Resolves #2062
1 parent 9aa4ac9 commit 08d8f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/coloring_and_theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,11 +572,11 @@ $env.config.filesize_metric: true
572572
$env.config.float_precision: 2
573573
$env.config.footer_mode: always #always, never, number_of_rows, auto
574574
$env.config.log_level: error
575+
$env.config.ls.use_ls_colors: true
575576
$env.config.max_history_size: 10000
576577
$env.config.table_mode: rounded # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other
577578
$env.config.use_ansi_coloring: true
578579
$env.config.use_grid_icons: true
579-
$env.config.use_ls_colors: true
580580
```
581581

582582
if you want to go full-tilt on theming, you'll want to theme all the items I mentioned at the very beginning, including LS_COLORS, and the prompt. Good luck!

0 commit comments

Comments
 (0)