Skip to content

Commit

Permalink
Fix zsh alias (#3945)
Browse files Browse the repository at this point in the history
  • Loading branch information
vndroid authored Dec 21, 2023
1 parent 063876f commit 53dd29d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/languages/bash.js
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,10 @@ export default function(hljs) {

return {
name: 'Bash',
aliases: [ 'sh' ],
aliases: [
'sh',
'zsh'
],
keywords: {
$pattern: /\b[a-z][a-z0-9._-]+\b/,
keyword: KEYWORDS,
Expand Down

0 comments on commit 53dd29d

Please # to comment.