Skip to content

Commit

Permalink
chore: add zsh alias
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed Oct 7, 2023
1 parent 59e5a34 commit cd14254
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions components.json
Expand Up @@ -203,10 +203,11 @@
},
"bash": {
"title": "Bash",
"alias": ["sh", "shell"],
"alias": ["sh", "shell", "zsh"],
"aliasTitles": {
"sh": "Shell",
"shell": "Shell"
"shell": "Shell",
"zsh": "Zsh"
},
"owner": "zeitgeist87"
},
Expand Down
1 change: 1 addition & 0 deletions components/prism-bash.js
Expand Up @@ -232,4 +232,5 @@

Prism.languages.sh = Prism.languages.bash;
Prism.languages.shell = Prism.languages.bash;
Prism.languages.zsh = Prism.languages.bash;
}(Prism));
2 changes: 1 addition & 1 deletion components/prism-bash.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/autoloader/prism-autoloader.js
Expand Up @@ -192,6 +192,7 @@
"gawk": "awk",
"sh": "bash",
"shell": "bash",
"zsh": "bash",
"shortcode": "bbcode",
"rbnf": "bnf",
"oscript": "bsl",
Expand Down

0 comments on commit cd14254

Please sign in to comment.