eshell: do history just like zsh

This commit is contained in:
MitchMarq42 2023-01-21 22:07:40 -09:00
parent de4d84c350
commit 6cfb9b8d76

View File

@ -154,8 +154,11 @@
:custom
(eshell-scroll-to-bottom-on-input t)
(eshell-hist-ignoredups t)
(eshell-history-file-name nil)
(eshell-history-size nil)
:config
(add-to-list 'eshell-modules-list 'eshell-rebind)
(add-to-list 'eshell-modules-list 'eshell-hist)
(defun eshell-evil-insert-line (count &optional vcount)
(interactive "p")
(eshell-bol)