]> Sergey Matveev's repositories - dotfiles.git/blobdiff - zsh/.zshrc
Use RPN with zcalc
[dotfiles.git] / zsh / .zshrc
index 29ad84c0f7823bd00f5f1d7cb65bda11cc42acb6..68b50e8a3f8f098f7b289c75042b47e173721e0f 100644 (file)
@@ -166,7 +166,7 @@ bindkey -s "\eOP" " inc\n" # F1
 
 # Calculator {{{
 autoload -U zcalc
-alias zc="zcalc"
+alias zc="zcalc -r4"
 # }}}
 
 # Named directories {{{