]> Sergey Matveev's repositories - dotfiles.git/blobdiff - mc/.zsh/rc/025mc.zsh
Split zsh configuration on corresponding sections
[dotfiles.git] / mc / .zsh / rc / 025mc.zsh
diff --git a/mc/.zsh/rc/025mc.zsh b/mc/.zsh/rc/025mc.zsh
new file mode 100644 (file)
index 0000000..e21f4e1
--- /dev/null
@@ -0,0 +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/
+}