Skip to content

Commit

Permalink
make ZSH it's own language and add ASCII
Browse files Browse the repository at this point in the history
Signed-off-by: Luke-zhang-04 <luke.zhang2004dev@gmail.com>
  • Loading branch information
Luke-zhang-04 committed Oct 20, 2020
1 parent a7b872c commit 6d50660
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions resources/zsh.ascii
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{0}ZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZ ZSHZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZS SHZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZSHZ ZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZSHZS HZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZSHZSH ZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZSHZS HZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZSHZ ZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZS SHZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZ ZSHZSH SHZSHZSH
{0}ZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSH
{0}ZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSHZSH
2 changes: 1 addition & 1 deletion src/onefetch/language.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ define_languages! {
{ TypeScript, "typescript.ascii", "TypeScript", vec![Color::Cyan] },
{ Vue, "vue.ascii", "Vue", vec![Color::Green, Color::Blue] },
{ Xml, "xml.ascii", "XML", vec![Color::Yellow, Color::White, Color::Green] },
{ Zsh, "shell.ascii", "Shell", vec![Color::Green], "shell" },
{ Zig, "zig.ascii", "Zig", vec![Color::Yellow] },
{ Zsh, "zsh.ascii", "Z Shell", vec![Color::White], "zsh" },
}

impl Language {
Expand Down

0 comments on commit 6d50660

Please sign in to comment.