From: Sergey Matveev <stargrave@stargrave.org>
Date: Thu, 3 Nov 2022 11:50:29 +0000 (+0300)
Subject: More structurized mc junk
X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6df2904abd5a3ec7fb3b824276f7b12ec7b8d43b;p=dotfiles.git

More structurized mc junk
---

diff --git a/mc/ini b/mc/.mc/ini
similarity index 100%
rename from mc/ini
rename to mc/.mc/ini
diff --git a/mc/mc.ext b/mc/.mc/mc.ext
similarity index 100%
rename from mc/mc.ext
rename to mc/.mc/mc.ext
diff --git a/mc/.zsh/rc/025mc.zsh b/mc/.zsh/rc/025mc.zsh
index e21f4e1..7de5916 100644
--- a/mc/.zsh/rc/025mc.zsh
+++ b/mc/.zsh/rc/025mc.zsh
@@ -1,5 +1,5 @@
 [ -s $XDG_CONFIG_HOME/mc/mc.ext ] || {
     mkdir $XDG_CONFIG_HOME/mc/
-    cp ~dot/mc/ini $XDG_CONFIG_HOME/mc/
-    cp ~dot/mc/mc.ext $XDG_CONFIG_HOME/mc/
+    cp ~/.mc/ini $XDG_CONFIG_HOME/mc/
+    cp ~/.mc/mc.ext $XDG_CONFIG_HOME/mc/
 }