From 6df2904abd5a3ec7fb3b824276f7b12ec7b8d43b Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 3 Nov 2022 14:50:29 +0300 Subject: [PATCH] More structurized mc junk --- mc/{ => .mc}/ini | 0 mc/{ => .mc}/mc.ext | 0 mc/.zsh/rc/025mc.zsh | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename mc/{ => .mc}/ini (100%) rename mc/{ => .mc}/mc.ext (100%) 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/ } -- 2.44.0