eshell: expand !! and other history things

why is this not enabled by default! grr
This commit is contained in:
MitchMarq42 2023-03-07 08:27:34 -09:00
parent 03d32dcbb2
commit 8a58b8e167

View File

@ -193,6 +193,7 @@
(add-to-list 'eshell-modules-list 'eshell-rebind)
(add-to-list 'eshell-modules-list 'eshell-hist)
(add-to-list 'eshell-modules-list 'eshell-tramp)
(add-to-list 'eshell-expand-input-functions #'eshell-expand-history-references)
(add-hook 'kill-emacs-hook #'eshell-save-some-history)
(defun eshell-evil-insert-line (count &optional vcount)
(interactive "p")