Skip to content

Commit

Permalink
Support multiple file paths for config and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ofersadan85 authored and zwpaper committed Feb 26, 2024
1 parent e71ff48 commit 580d20c
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 565 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
of characters (disabled by default).
- Add support for `--literal` from [PanGan21](https://github.com/PanGan21)
- Add support for tilde (`~`) expansion on Windows from [Ofer Sadan](https://github.com/ofersadan85)
- Add support to search multiple paths for config file and theme files from [Ofer Sadan](https://github.com/ofersadan85):
- `$XDG_CONFIG_HOME/lsd` or `$HOME/.config/lsd` (in that order) on non-Windows platforms (these are usually the same)
- `%APPDATA%\lsd` or `%USERPROFILE%\.config\lsd` (in that order) on Windows
- Add support for both `config.yaml` and `config.yml` for the config file name from [Ofer Sadan](https://github.com/ofersadan85)

## [v1.0.0] - 2023-08-25

Expand Down
Loading

0 comments on commit 580d20c

Please sign in to comment.