From 06eb0ce910c0bf0fc171e4c37943d04d82d69d92 Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 23 Aug 2021 22:26:01 +0200 Subject: [PATCH] alias shell with bash --- src/public/app/services/mime_types.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/app/services/mime_types.js b/src/public/app/services/mime_types.js index acf15ef29..70177b233 100644 --- a/src/public/app/services/mime_types.js +++ b/src/public/app/services/mime_types.js @@ -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 -} \ No newline at end of file +}