mirror of
https://github.com/lsd-rs/lsd
synced 2025-03-05 07:27:20 +00:00
Make .profile
have the same icon as profile
(#850)
Co-authored-by: Wei Zhang <kweizh@gmail.com>
This commit is contained in:
parent
bafc495045
commit
d97e7c42fd
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Fix obsolete Nerd Font icons from [Han Yeong-woo](https://github.com/nix6839)
|
- Fix obsolete Nerd Font icons from [Han Yeong-woo](https://github.com/nix6839)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- `profile` and `.profile` now share the same icon from [Aaron Lichtman](https://github.com/alichtman)
|
||||||
- Make tox.ini files use the gear/settings icon ([#859](https://github.com/lsd-rs/lsd/pull/859))
|
- Make tox.ini files use the gear/settings icon ([#859](https://github.com/lsd-rs/lsd/pull/859))
|
||||||
- Do not quote filename when piping into another program from [TeamTamoad](https://github.com/TeamTamoad)
|
- Do not quote filename when piping into another program from [TeamTamoad](https://github.com/TeamTamoad)
|
||||||
- Respect `hidden` flag on Windows [#752](https://github.com/Peltoche/lsd/issues/752)
|
- Respect `hidden` flag on Windows [#752](https://github.com/Peltoche/lsd/issues/752)
|
||||||
|
|
|
@ -251,7 +251,7 @@ impl IconTheme {
|
||||||
(".pki", "\u{f023}"), // ""
|
(".pki", "\u{f023}"), // ""
|
||||||
("portage", "\u{e5fc}"), // ""
|
("portage", "\u{e5fc}"), // ""
|
||||||
("profile", "\u{e615}"), // ""
|
("profile", "\u{e615}"), // ""
|
||||||
(".profile", "\u{f018d}"), // ""
|
(".profile", "\u{e615}"), // ""
|
||||||
("public", "\u{f415}"), // ""
|
("public", "\u{f415}"), // ""
|
||||||
("__pycache__", "\u{f0320}"), // ""
|
("__pycache__", "\u{f0320}"), // ""
|
||||||
(".python_history", "\u{e606}"), // ""
|
(".python_history", "\u{e606}"), // ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue