mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 06:14:19 +00:00
update docs for symlink arrow
This commit is contained in:
parent
ce6ebc170a
commit
3e0ad533fa
2 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Add support for using a config file [kmoschcau](https://github.com/kmoschcau)
|
||||
- Add support for `--extensionsort` `-X` from [aldhsu](https://github.com/aldhsu)
|
||||
- Add support for `--versionsort` `-v` from [zwpaper](https://github.com/zwpaper)
|
||||
- Add support for config symlink arrow from [zwpaper](https://github.com/zwpaper) [#409](https://github.com/Peltoche/lsd/issues/409)
|
||||
### Changed
|
||||
- Use last sort flag for sort field from [meain](https://github.com/meain)
|
||||
### Fixed
|
||||
|
|
|
@ -259,6 +259,13 @@ no-symlink: false
|
|||
# Whether to display the total size of directories.
|
||||
# Possible values: false, true
|
||||
total-size: false
|
||||
|
||||
# == Styles ==
|
||||
# How lsd looks like
|
||||
#
|
||||
# symlink-arrow: chars both ascii and utf8
|
||||
styles:
|
||||
symlink-arrow: ⇒
|
||||
```
|
||||
|
||||
## External Configurations
|
||||
|
|
Loading…
Reference in a new issue