alias shell with bash

This commit is contained in:
zadam 2021-08-23 22:26:01 +02:00
parent c59b3a0c5c
commit 06eb0ce910

View File

@ -111,7 +111,7 @@ const MIME_TYPES_DICT = [
{ title: "Scala", mime: "text/x-scala" },
{ title: "Scheme", mime: "text/x-scheme" },
{ title: "SCSS", mime: "text/x-scss" },
{ default: true, title: "Shell", mime: "text/x-sh" },
{ default: true, title: "Shell (bash)", mime: "text/x-sh" },
{ title: "Sieve", mime: "application/sieve" },
{ title: "Slim", mime: "text/x-slim" },
{ title: "Smalltalk", mime: "text/x-stsrc" },
@ -184,4 +184,4 @@ async function getMimeTypes() {
export default {
getMimeTypes,
loadMimeTypes
}
}