mirror of
https://github.com/SqrtMinusOne/eshell-atuin.git
synced 2025-12-10 12:23:03 +03:00
shell-atuin: fix CI (x2)
This commit is contained in:
parent
c09e4f7bf5
commit
b0ff8ec5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ This is used to speed up the lookup after `competing-read' in
|
||||||
(setq eshell-atuin--history-cache nil)
|
(setq eshell-atuin--history-cache nil)
|
||||||
(setq eshell-atuin--history-last-update nil)
|
(setq eshell-atuin--history-last-update nil)
|
||||||
(setq eshell-atuin--history-cache-index (make-hash-table :test #'equal))
|
(setq eshell-atuin--history-cache-index (make-hash-table :test #'equal))
|
||||||
(setq eshell-atuin--history-format-index (make-hash-table :test #'equal)))
|
(setq eshell-atuin--history-cache-format-index (make-hash-table :test #'equal)))
|
||||||
|
|
||||||
(defun eshell-atuin--create-format-flag ()
|
(defun eshell-atuin--create-format-flag ()
|
||||||
"Format `eshell-atuin-search-fields' for usage in the -f flag."
|
"Format `eshell-atuin-search-fields' for usage in the -f flag."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue