mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 21:52:37 +00:00
Add separator to sample config file.
Add separator to sample config file, took me a while to figure it out.
This commit is contained in:
parent
7d04dcbeaf
commit
7fa5e003ec
1 changed files with 4 additions and 0 deletions
|
@ -228,6 +228,10 @@ icons:
|
|||
# Which icon theme to use.
|
||||
# Possible values: fancy, unicode
|
||||
theme: fancy
|
||||
# Separator between icon and the name
|
||||
# Default to 2 spaces
|
||||
separator: ' '
|
||||
|
||||
|
||||
# == Ignore Globs ==
|
||||
# A list of globs to ignore when listing.
|
||||
|
|
Loading…
Reference in a new issue