summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@bsago.me>2020-10-08 22:30:27 +0100
committerBenjamin Sago <ogham@bsago.me>2020-10-08 22:30:27 +0100
commitba5547b74b45d9c1e4fcdad626a30409f8a8c405 (patch)
tree7924f80a80d6c5e73961a42f342c3907de1c2488
parent8c3748ca35f363f7a2630c07a81e793a9a21d3b6 (diff)
parentd03e39c367561e11663bd8d4937d9c51b369a474 (diff)
Merge branch 'JavaCafe01-master'
-rw-r--r--src/output/icons.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/output/icons.rs b/src/output/icons.rs
index 3fcb09c..15b39a5 100644
--- a/src/output/icons.rs
+++ b/src/output/icons.rs
@@ -156,11 +156,11 @@ fn icon(file: &File) -> char {
"cab" => '\u{e70f}',
"bat" => '\u{e70f}',
"cmd" => '\u{e70f}',
- "sh" => '\u{e795}',
- "bash" => '\u{e795}',
- "zsh" => '\u{e795}',
- "fish" => '\u{e795}',
- "csh" => '\u{e795}',
+ "sh" => '\u{f489}',
+ "bash" => '\u{f489}',
+ "zsh" => '\u{f489}',
+ "fish" => '\u{f489}',
+ "csh" => '\u{f489}',
"ini" => '\u{e615}',
"toml" => '\u{e615}',
"cfg" => '\u{e615}',