Skip to content

Commit

Permalink
Use shebang instead of shell prompt, add Yarn kitty
Browse files Browse the repository at this point in the history
  • Loading branch information
Babkock committed Oct 6, 2023
1 parent e306adb commit 5f8143e
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ impl IconTheme {
(".atom", "\u{e764}"), // ""
("authorized_keys", "\u{e60a}"), // ""
("backups", "\u{f006f}"), // "󰁯"
(".bash_history", "\u{e615}"), // ""
(".bash_logout", "\u{e615}"), // ""
(".bash_profile", "\u{e615}"), // ""
(".bashrc", "\u{f489}"), // ""
(".bash_history", "\u{f1183}"), // "󱆃"
(".bash_logout", "\u{f1183}"), // "󱆃"
(".bash_profile", "\u{f1183}"), // "󱆃"
(".bashrc", "\u{f1183}"), // "󱆃"
("bin", "\u{e5fc}"), // ""
(".bpython_history", "\u{e606}"), // ""
("bspwmrc", "\u{e615}"), // ""
Expand Down Expand Up @@ -158,6 +158,10 @@ impl IconTheme {
("crontab", "\u{e615}"), // ""
("cron.weekly", "\u{e5fc}"), // ""
("crypttab", "\u{e615}"), // ""
(".cshrc", "\u{f1183}"), // "󱆃"
("csh.cshrc", "\u{f1183}"), // "󱆃"
("csh.login", "\u{f1183}"), // "󱆃"
("csh.logout", "\u{f1183}"), // "󱆃"
("css", "\u{e749}"), // ""
("custom.el", "\u{e632}"), // ""
(".dbus", "\u{f013}"), // ""
Expand Down Expand Up @@ -204,13 +208,17 @@ impl IconTheme {
("gulpfile.coffee", "\u{e610}"), // ""
("gulpfile.js", "\u{e610}"), // ""
("gulpfile.ls", "\u{e610}"), // ""
("heroku.yml", "\u{e77b}"), // ""
("hidden", "\u{f023}"), // ""
("home", "\u{f015}"), // ""
("hostname", "\u{e615}"), // ""
("hosts", "\u{f0002}"), // "󰀂"
(".htaccess", "\u{e615}"), // ""
("htoprc", "\u{e615}"), // ""
(".htpasswd", "\u{e615}"), // ""
("id_dsa", "\u{f0dd6}"), // "󰷖"
("id_ecdsa", "\u{f0dd6}"), // "󰷖"
("id_rsa", "\u{f0dd6}"), // "󰷖"
(".idlerc", "\u{e235}"), // ""
("img", "\u{f1c5}"), // ""
("include", "\u{e5fc}"), // ""
Expand Down Expand Up @@ -268,7 +276,8 @@ impl IconTheme {
("profile", "\u{e615}"), // ""
(".profile", "\u{e615}"), // ""
("public", "\u{f415}"), // ""
("__pycache__", "\u{f0320}"), // "󰌠"
("__pycache__", "\u{e606}"), // ""
("pyproject.toml", "\u{e606}"), // ""
(".python_history", "\u{e606}"), // ""
("rc.lua", "\u{e615}"), // ""
("readme", "\u{e609}"), // ""
Expand Down Expand Up @@ -329,10 +338,15 @@ impl IconTheme {
(".xprofile", "\u{e615}"), // ""
(".Xprofile", "\u{e615}"), // ""
(".xresources", "\u{e615}"), // ""
(".yarnrc", "\u{e6a7}"), // ""
("yarn.lock", "\u{e6a7}"), // ""
("zathurarc", "\u{e615}"), // ""
(".zcompdump", "\u{e615}"), // ""
(".zsh_history", "\u{e615}"), // ""
(".zshrc", "\u{f489}"), // ""
(".zlogin", "\u{f1183}"), // "󱆃"
(".zlogout", "\u{f1183}"), // "󱆃"
(".zprofile", "\u{f1183}"), // "󱆃"
(".zsh_history", "\u{f1183}"), // "󱆃"
(".zshrc", "\u{f1183}"), // "󱆃"
]
.iter()
.map(|&s| (s.0.to_owned(), s.1.to_owned()))
Expand Down

0 comments on commit 5f8143e

Please sign in to comment.