]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Use RPN with zcalc
authorSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:46:44 +0000 (12:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:46:44 +0000 (12:46 +0300)
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 {{{