From 745241faa2ed1f68883bcd66a59a8e500ae37e73 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@pinebook-pro" Date: Thu, 27 Feb 2020 09:36:36 +0100 Subject: [PATCH] Add markdown MIME --- SetupCockpit/setup_cockpit.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/SetupCockpit/setup_cockpit.sh b/SetupCockpit/setup_cockpit.sh index 03c74b2..ef1c80e 100755 --- a/SetupCockpit/setup_cockpit.sh +++ b/SetupCockpit/setup_cockpit.sh @@ -50,3 +50,18 @@ git config --global alias.co "checkout" git config --global alias.st "status" git config --global alias.br "branch" + +############################################################################## +# Add MIME type for reading .md files in Firefox (need to add extension too) # +############################################################################## + +if [ -e ~/.local/share/mime/packages/text-markdown.xml ]; then +echo " + + + + + + + " >> ~/.local/share/mime/packages/text-markdown.xml +fi