28 lines
648 B
YAML
28 lines
648 B
YAML
blocks:
|
|
- permission
|
|
- user
|
|
- group
|
|
- size
|
|
- date
|
|
- name
|
|
|
|
color:
|
|
# When to colorize the output.
|
|
# When "classic" is set, this is set to "never".
|
|
# Possible values: never, auto, always
|
|
when: auto
|
|
# How to colorize the output.
|
|
# When "classic" is set, this is set to "no-color".
|
|
# Possible values: default, <theme-file-name>
|
|
# when specifying <theme-file-name>, lsd will look up theme file
|
|
# XDG Base Directory if relative, e.g. ~/.config/lsd/themes/<theme-file-name>.yaml,
|
|
# The file path if absolute
|
|
theme: custom
|
|
|
|
# == Sorting ==
|
|
sorting:
|
|
column: name
|
|
dir-grouping: first
|
|
|
|
no-symlink: false
|
|
symlink-arrow: ⇒ |