X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;ds=sidebyside;f=zsh%2F.zshrc;fp=zsh%2F.zshrc;h=c11f4224dc0036ed4672cfb21d3d7b9a1fa15063;hb=3597dd0641849a312e939cbf55e56e3f2a7b4100;hp=cd22ea852bbef9403008b041bb3b4fd204d5477d;hpb=08d4330636b38b53b50e64640929586ba40abb1b;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index cd22ea8..c11f422 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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