From: Sergey Matveev Date: Thu, 23 Jun 2022 18:02:52 +0000 (+0300) Subject: Midnight Commander's dark mode config X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=739b48b5755e1c3668bb29123cde5e58641c90e2 Midnight Commander's dark mode config --- diff --git a/mc/ini b/mc/ini new file mode 100644 index 0000000..39c3234 --- /dev/null +++ b/mc/ini @@ -0,0 +1,2 @@ +[Midnight-Commander] +skin=dark diff --git a/zsh/.zsh/rc/025mc.zsh b/zsh/.zsh/rc/025mc.zsh index 1ca9106..e21f4e1 100644 --- a/zsh/.zsh/rc/025mc.zsh +++ b/zsh/.zsh/rc/025mc.zsh @@ -1,4 +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/ }