Conversation
Trash # ~/.local/share/Trash *.a # ~/.pyenv/versions/3.9.13/lib/libpython3.9.a *.mdb # https://github.com/NVIDIA/DALI_extra/tree/main/db/lmdb xinitrc # /etc/X11/xinit/xinitrc xserverrc # /etc/X11/xinit/xserverrc *.bash_logout # /etc/bash.bash_logout .xinitrc # ~/.xinitrc .xprofile # ~/.xprofile .pam_environment # ~/.pam_environment requirements.txt # python config file
| m.insert(".xprofile", '\u{f489}'); // | ||
| m.insert(".zshrc", '\u{f489}'); // | ||
| m.insert("Cargo.lock", '\u{e7a8}'); // | ||
| m.insert("AUTHORS", '\u{f718}'); // |
There was a problem hiding this comment.
This symbol doesn't render for me
There was a problem hiding this comment.
they should render on the nerdfonts site: https://www.nerdfonts.com/cheat-sheet
I found it under 'document'
New name seems to be 'nf-md-file_document' (will be fixed with #9)
| m.insert(".xinitrc", '\u{f489}'); // | ||
| m.insert(".xprofile", '\u{f489}'); // |
There was a problem hiding this comment.
I'm not sure about these
| m.insert("Cargo.lock", '\u{e7a8}'); // | ||
| m.insert("AUTHORS", '\u{f718}'); // | ||
| m.insert("bin", '\u{e5fc}'); // | ||
| m.insert("Cargo.lock", '\u{e7a8}'); // |
There was a problem hiding this comment.
this seems to be already present on main (at least it shows that icon when I run with --icons)
| m.insert("hidden", '\u{f023}'); // | ||
| m.insert("include", '\u{e5fc}'); // | ||
| m.insert("lib", '\u{f121}'); // | ||
| m.insert("LICENSE", '\u{f718}'); // |
There was a problem hiding this comment.
This symbol doesn't render for me
There was a problem hiding this comment.
same document icon 'nf-md-file_document'
| else if let Some(icon) = extensions.icon_file(file) { icon } | ||
| else if let Some(ext) = file.ext.as_ref() { | ||
| match ext.as_str() { | ||
| "a" => '\u{f17c}', // |
There was a problem hiding this comment.
Unsure what this even is
| "awk" => '\u{f489}', // | ||
| "bash" => '\u{f489}', // | ||
| "bash_history" => '\u{f489}', // | ||
| "bash_logout" => '\u{f489}', // |
There was a problem hiding this comment.
Not sure if this is optimal
github.com/ogham/exa/pulls/1119