diff options
Diffstat (limited to 'Functions/Misc/zcalc')
-rw-r--r-- | Functions/Misc/zcalc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/zcalc b/Functions/Misc/zcalc index ebf5cf471..2d0cf5d40 100644 --- a/Functions/Misc/zcalc +++ b/Functions/Misc/zcalc @@ -105,7 +105,7 @@ history -ap "${ZDOTDIR:-$HOME}/.zcalc_history" forms=( '%2$g' '%.*g' '%.*f' '%.*E' '') zmodload -i zsh/mathfunc 2>/dev/null -autoload -U zmathfuncdef +autoload -Uz zmathfuncdef : ${ZCALCPROMPT="%1v> "} |