]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Midnight Commander's useable mailcap-based extensions
[dotfiles.git] / zsh / .zshrc
index 5a58b18de19bd599a225b55baf6b7c15a16fab85..c11f4224dc0036ed4672cfb21d3d7b9a1fa15063 100644 (file)
@@ -75,13 +75,14 @@ precmd() {
 
 # Aliases {{{
 alias l="ls -AF "
-alias ll="ls -D %Y-%m-%dT%H:%M -AFl "
+alias ll="ls -D \"%Y-%m-%d %H:%M\" -AFl "
 alias vi="vim"
 alias m="less "
 alias -g M="| less"
 alias -g W="| wc -l | sed 's/ //g'"
 alias -g T="| tai64nlocal"
 alias -g DN=">/dev/null"
+alias -g 2DN="2>/dev/null"
 alias -g DNA=">&/dev/null"
 alias mc="mc --nomouse"
 
@@ -136,6 +137,7 @@ bindkey -s "\eOR" " git status --short\n" # F3
 
 # grep {{{
 GREP_ARGS=(
+    --devices=skip
     --colour=always
     --with-filename
     --line-number
@@ -248,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