diff options
Diffstat (limited to 'dot_config/lsd')
| -rw-r--r-- | dot_config/lsd/config.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dot_config/lsd/config.yaml b/dot_config/lsd/config.yaml new file mode 100644 index 0000000..2421130 --- /dev/null +++ b/dot_config/lsd/config.yaml @@ -0,0 +1,20 @@ +# == 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 + - group + - 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 |
