Skip to content

Commit

Permalink
base/lsd: Disable all icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jody-frankowski committed Aug 5, 2024
1 parent acdc06c commit 80ba9cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions base/.config/lsd/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ color:
# 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: relative

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

0 comments on commit 80ba9cd

Please sign in to comment.