X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=zsh%2F.zshrc;h=0210c727b7203a0745001831a3091dfa2fc5b146;hb=c37700972f561f7686ac07235fa698ebaf5a9c6f;hp=a40386c91ac74cec4aebb537d84c5d27c67f2955;hpb=1d77d6f2997bd5adfae9a9b9c139b17d090cfdbd;p=dotfiles.git diff --git a/zsh/.zshrc b/zsh/.zshrc index a40386c..0210c72 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -82,6 +82,8 @@ alias m="less " alias -g M="| less" alias -g W="| wc -l" alias mc="mc --nomouse" +alias sent="mutt -f =sent-\`date '+%y-%m'\`" +alias zc=~/bin/dc-wrapped.sh f() { # find . -name "*$1*" -print @@ -164,11 +166,6 @@ alias rss="mutt -f \=rss" bindkey -s "OP" " inc\n" # F1 # }}} -# Calculator {{{ -autoload -U zcalc -alias zc="zcalc -r4" -# }}} - # Named directories {{{ . ~/.zhashd # }}} @@ -196,7 +193,7 @@ autoload -U complist ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets) . ~/work/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh typeset -A ZSH_HIGHLIGHT_STYLES -ZSH_HIGHLIGHT_STYLES[assign]="fg=cyan" +ZSH_HIGHLIGHT_STYLES[assign]="fg=yellow" ZSH_HIGHLIGHT_STYLES[commandseparator]="fg=red" ZSH_HIGHLIGHT_STYLES[single-hyphen-option]="fg=green,bold" ZSH_HIGHLIGHT_STYLES[double-hyphen-option]="fg=green"