Skip to content

Commit

Permalink
Make .profile have the same icon as profile
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed May 28, 2023
1 parent 2fe3fcd commit b0d17d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### Fixed
- `profile` and `.profile` now share the same icon
- 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)
- Do not show every file are `executable` (green) on Windows
Expand Down
2 changes: 1 addition & 1 deletion src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ impl IconTheme {
(".pki", "\u{f023}"), // ""
("portage", "\u{e5fc}"), // ""
("profile", "\u{e615}"), // ""
(".profile", "\u{f018d}"), // "󰆍"
(".profile", "\u{e615}"), // ""
("public", "\u{f415}"), // ""
("__pycache__", "\u{f0320}"), // "󰌠"
(".python_history", "\u{e606}"), // ""
Expand Down

0 comments on commit b0d17d4

Please sign in to comment.