]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Midnight Commander's useable mailcap-based extensions
[dotfiles.git] / zsh / .zshrc
index cd22ea852bbef9403008b041bb3b4fd204d5477d..c11f4224dc0036ed4672cfb21d3d7b9a1fa15063 100644 (file)
@@ -250,6 +250,13 @@ while read w ; do
 done < ~/.zhashd
 # }}}
 
+# Midnight commander extensions configuration {{{
+[ -s $XDG_CONFIG_HOME/mc/mc.ext ] || {
+    mkdir $XDG_CONFIG_HOME/mc/
+    cp ~dot/mc/mc.ext $XDG_CONFIG_HOME/mc/
+}
+# }}}
+
 # Virtualenv {{{
 venv() {
     . /usr/local/bin/virtualenvwrapper.sh