]> Sergey Matveev's repositories - dotfiles.git/blob - zsh/.zsh/rc/025mc.zsh
Midnight Commander's dark mode config
[dotfiles.git] / zsh / .zsh / rc / 025mc.zsh
1 [ -s $XDG_CONFIG_HOME/mc/mc.ext ] || {
2     mkdir $XDG_CONFIG_HOME/mc/
3     cp ~dot/mc/ini $XDG_CONFIG_HOME/mc/
4     cp ~dot/mc/mc.ext $XDG_CONFIG_HOME/mc/
5 }