]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
gpg with AES alias
[dotfiles.git] / zsh / .zshrc
index d5f2b74be84240facb9a6297bac706a3459646fa..5541be9ce962a518836c67405666b74dd117082a 100644 (file)
@@ -82,6 +82,9 @@ 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="rlwrap -S '> ' dc"
+alias gpgaes="gpg --cipher-algo AES-128"
 
 f() {
     # find . -name "*$1*" -print
@@ -164,11 +167,6 @@ alias rss="mutt -f \=rss"
 bindkey -s "\eOP" " inc\n" # F1
 # }}}
 
-# Calculator {{{
-autoload -U zcalc
-alias zc="zcalc -r4"
-# }}}
-
 # Named directories {{{
 . ~/.zhashd
 # }}}