X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=77a5aba13b99e73e407d679d5cb8e0b396b2dde8;hb=31586bbef7fc824c6f9c2476edcd71a3ff52e16d;hp=c75045f70ef55b767d4b66b53d3b71a451cbc489;hpb=bc6788183c8c062df7ea148f588c024288c27344;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index c75045f..77a5aba 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -13,7 +13,7 @@ export LISTMAX=9999 # History options {{{ setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY HIST_IGNORE_ALL_DUPS setopt HIST_IGNORE_SPACE -HISTORY_IGNORE="(yt* *|t *|t|mmfileget *|arr|rss)" +HISTORY_IGNORE="(yt* *|t *|t|sdcv *|mmfileget *|arr)" # }}} # Vi mode {{{ @@ -83,7 +83,7 @@ alias -g M="| less" alias -g W="| wc -l" alias mc="mc --nomouse" alias sent="mutt -f =sent-\`date '+%y-%m'\`" -alias zc="rlwrap -S '> ' dc" +alias zc=~/bin/dc-wrapped.sh f() { # find . -name "*$1*" -print @@ -123,10 +123,9 @@ alias Gs="git show --show-signature" alias Gm="git diff --name-only --diff-filter=M" alias Gam="git commit --amend" -git_common="--oneline --abbrev-commit" -alias Gl="git log $git_common --graph --decorate=short" -alias Gr="git --no-pager log $git_common -n 20 | perl -ne 'print \"@~\$n \$_\"; \$n++'" -alias Grr="git --no-pager log $git_common --graph -n 1024 | vi -c 'setlocal filetype=gitrebase buftype=nofile noswapfile' -" +alias Gl="git log --oneline --graph --decorate=short" +alias Gr="git --no-pager log --oneline -n 20 | perl -ne 'print \"@~\$n \$_\"; \$n++'" +alias Grr="git --no-pager log --oneline --graph -n 1024 | vi -c 'setlocal filetype=gitrebase buftype=nofile noswapfile' -" bindkey -s "OR" " git status --short\n" # F3 # }}} @@ -162,7 +161,6 @@ mailpath=( ~/mail/arbeit"?Neue Nachrichten in =arbeit" ) alias arr="mutt -f \=arbeit -e 'source ~/.mutt/accounts/stcnet.ru'" -alias rss="mutt -f \=rss" bindkey -s "OP" " inc\n" # F1 # }}}