Variable: comint-input-ring-file-prefix
comint-input-ring-file-prefix is a variable defined in comint.el.gz.
Value
nil
Documentation
The prefix to skip when parsing the input ring file.
This is useful in Zsh when the extended_history option is on.
Source Code
;; Defined in /usr/src/emacs/lisp/comint.el.gz
(defvar comint-input-ring-file-prefix nil
"The prefix to skip when parsing the input ring file.
This is useful in Zsh when the extended_history option is on.")