From eb2a1b0eff797c3b4adb08062dc24de3496381ab Mon Sep 17 00:00:00 2001
From: jurgenhaas <juergen@paragon-es.de>
Date: Thu, 9 Sep 2021 17:31:49 +0200
Subject: [PATCH] Fix config path issue

---
 bin/mdshow | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/mdshow b/bin/mdshow
index 20dc001..189b436 100755
--- a/bin/mdshow
+++ b/bin/mdshow
@@ -7,8 +7,7 @@
 
 SHELL := /bin/bash
 
-CONFIG_PATH = ${HOME}/.config
-MDSHOW_CONFIG = $(CONFIG_PATH)/mdshow
+MDSHOW_CONFIG = /opt/mdshow
 
 SLIDES = slides.md
 BUILD_DIR = .build_$(basename $(SLIDES))
-- 
GitLab