aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/lsd/config.yaml
blob: 48625212cd760d93715e501fa6abf7093215d788 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# == Blocks ==
# This specifies the columns and their order when using the long and the tree
# layout.
# Possible values: permission, user, group, size, size_value, date, name, inode
blocks:
  - permission
  - user
  - size
  - date
  - name

# == Icons ==
icons:
  # When to use icons.
  # When "classic" is set, this is set to "never".
  # Possible values: always, auto, never
  when: never

layout: oneline