crates/theme/src/icon_theme.rs 🔗
@@ -224,6 +224,7 @@ const FILE_SUFFIXES_BY_ICON_KEY: &[(&str, &[&str])] = &[
&[
"bash",
"bash_aliases",
+ "bash_login",
"bash_logout",
"bash_profile",
"bashrc",
@@ -233,10 +234,12 @@ const FILE_SUFFIXES_BY_ICON_KEY: &[(&str, &[&str])] = &[
"ps1",
"sh",
"zlogin",
+ "zlogout",
+ "zprofile",
"zsh",
"zsh_aliases",
"zsh_histfile",
- "zsh_profile",
+ "zsh_history",
"zshenv",
"zshrc",
],