1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00
dotfiles/.config/lsd/config.yaml

23 lines
697 B
YAML
Raw Normal View History

2023-08-28 19:37:15 +00:00
# This specifies the columns and their order when using the long and the tree
# layout.
# Possible values: permission, user, group, context, size, date, name, inode, links, git
blocks:
- permission
- user
- group
- size
- date
- git
- name
# This specifies the date format for the date column. The freeform format
# accepts a strftime like string.
# 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: +%d-%m-%y %H:%M:%S
sorting:
# Whether to group directories together and where.
# Possible values: first, last, none
dir-grouping: first