mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-04-05 15:01:52 +00:00
Change ipynb icon
Jupyter notebooks are often in the same folder as plain Python files. Having a different icon would be useful. Since there is no Jupyter Notebook icon in Nerd fonts, I chose an icon of a notebook.
This commit is contained in:
parent
c697d06670
commit
b8cee60acf
@ -209,7 +209,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
|
|||||||
"img" => '\u{e271}', //
|
"img" => '\u{e271}', //
|
||||||
"iml" => '\u{e7b5}', //
|
"iml" => '\u{e7b5}', //
|
||||||
"ini" => '\u{f17a}', //
|
"ini" => '\u{f17a}', //
|
||||||
"ipynb" => '\u{e606}', //
|
"ipynb" => '\u{e678}', //
|
||||||
"iso" => '\u{e271}', //
|
"iso" => '\u{e271}', //
|
||||||
"j2c" => '\u{f1c5}', //
|
"j2c" => '\u{f1c5}', //
|
||||||
"j2k" => '\u{f1c5}', //
|
"j2k" => '\u{f1c5}', //
|
||||||
|
Loading…
x
Reference in New Issue
Block a user