X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=c11f4224dc0036ed4672cfb21d3d7b9a1fa15063;hb=3597dd0641849a312e939cbf55e56e3f2a7b4100;hp=36c6de1cc934af8025e36cb7edc5ef3031b4ba09;hpb=409ee7a9f7ee8c500e2cd5b55a36aa62a7182ba6;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index 36c6de1..c11f422 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -75,12 +75,15 @@ precmd() { # Aliases {{{ alias l="ls -AF " -alias ll="ls -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" f() { @@ -134,6 +137,7 @@ bindkey -s "OR" " git status --short\n" # F3 # grep {{{ GREP_ARGS=( + --devices=skip --colour=always --with-filename --line-number @@ -246,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