]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
No permanent dc history
[dotfiles.git] / zsh / .zshrc
index 11507317a230d43679b2009329f41657ec0bb04f..0210c727b7203a0745001831a3091dfa2fc5b146 100644 (file)
@@ -82,7 +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 sent="mutt -f =sent-\`date '+%y-%m'\`"
+alias zc=~/bin/dc-wrapped.sh
 
 f() {
     # find . -name "*$1*" -print
@@ -165,11 +166,6 @@ alias rss="mutt -f \=rss"
 bindkey -s "\eOP" " inc\n" # F1
 # }}}
 
-# Calculator {{{
-autoload -U zcalc
-alias zc="zcalc -r4"
-# }}}
-
 # Named directories {{{
 . ~/.zhashd
 # }}}