lsd: nicer config

This commit is contained in:
Inhji 2023-10-16 11:31:25 +02:00
parent 72b3335145
commit 3071ea8b16
1 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ color:
# When "classic" is set, this is set to "date". # When "classic" is set, this is set to "date".
# Possible values: date, relative, '+<date_format>' # Possible values: date, relative, '+<date_format>'
# `date_format` will be a `strftime` formatted value. e.g. `date: '+%d %b %y %X'` will give you a date like this: 17 Jun 21 20:14:55 # `date_format` will be a `strftime` formatted value. e.g. `date: '+%d %b %y %X'` will give you a date like this: 17 Jun 21 20:14:55
date: date date: relative
# == Dereference == # == Dereference ==
# Whether to dereference symbolic links. # Whether to dereference symbolic links.
@ -91,12 +91,12 @@ recursion:
# == Size == # == Size ==
# Specifies the format of the size column. # Specifies the format of the size column.
# Possible values: default, short, bytes # Possible values: default, short, bytes
size: default size: short
# == Permission == # == Permission ==
# Specify the format of the permission column # Specify the format of the permission column
# Possible value: rwx, octal # Possible value: rwx, octal
permission: rwx permission: octal
# == Sorting == # == Sorting ==
sorting: sorting:
@ -109,7 +109,7 @@ sorting:
# Whether to group directories together and where. # Whether to group directories together and where.
# When "classic" is set, this is set to "none". # When "classic" is set, this is set to "none".
# Possible values: first, last, none # Possible values: first, last, none
dir-grouping: none dir-grouping: first
# == No Symlink == # == No Symlink ==
# Whether to omit showing symlink targets # Whether to omit showing symlink targets