30 lines
365 B
YAML
30 lines
365 B
YAML
|
blocks:
|
||
|
# - permission
|
||
|
# - user
|
||
|
# - group
|
||
|
# - context
|
||
|
- size
|
||
|
- date
|
||
|
# - inode
|
||
|
# - links
|
||
|
- name
|
||
|
|
||
|
color:
|
||
|
when: auto
|
||
|
theme: default
|
||
|
|
||
|
# Possible values: date, relative, '+<date_format>'
|
||
|
# `date_format` will be a `strftime` formatted value.
|
||
|
date: '+%F %T'
|
||
|
|
||
|
hyperlink: auto
|
||
|
|
||
|
# ignore-globs:
|
||
|
# - .git
|
||
|
|
||
|
recursion:
|
||
|
enabled: false
|
||
|
depth: 2
|
||
|
|
||
|
symlink-arrow: =>
|