Add '.lsd.conf'
This commit is contained in:
28
.lsd.conf
Normal file
28
.lsd.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
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: kamu
|
||||
|
||||
# == Sorting ==
|
||||
sorting:
|
||||
column: name
|
||||
dir-grouping: first
|
||||
|
||||
no-symlink: false
|
||||
symlink-arrow: ⇒
|
||||
Reference in New Issue
Block a user