%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/share/zsh/5.8/functions/Zle/
Upload File :
Create Path :
Current File : //usr/local/share/zsh/5.8/functions/Zle/zcalc-auto-insert

# Bind to a binary operator keystroke for use with zcalc
# Not useful in RPN mode.

if [[ -n $ZCALC_ACTIVE && $ZCALC_ACTIVE != rpn ]]; then
  if [[ $CURSOR -eq 0 || $LBUFFER[-1] = "(" ]]; then
    LBUFFER+=${ZCALC_AUTO_INSERT_PREFIX:-"ans "}
  fi
fi
zle .self-insert

Zerion Mini Shell 1.0