Variable: projectile-project-command-history
projectile-project-command-history is a variable defined in
projectile.el.
Value
#s(hash-table test equal)
Documentation
The history of last executed project commands, per project.
Indexed by whatever projectile--command-history-key makes of a project
root, which is the repository the project is a checkout of when that can
be established and the root itself otherwise.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile-project-command-history (make-hash-table :test 'equal)
"The history of last executed project commands, per project.
Indexed by whatever `projectile--command-history-key' makes of a project
root, which is the repository the project is a checkout of when that can
be established and the root itself otherwise.")