eshell: ignore duplicate history entries
This commit is contained in:
parent
ab70433d35
commit
9635ec2b94
@ -130,7 +130,9 @@
|
||||
(use-package eshell
|
||||
:straight (:type built-in)
|
||||
:commands (eshell/emacs eshell/man)
|
||||
:custom (eshell-scroll-to-bottom-on-input t)
|
||||
:custom
|
||||
(eshell-scroll-to-bottom-on-input t)
|
||||
(eshell-hist-ignoredups t)
|
||||
:config
|
||||
(add-to-list 'eshell-modules-list 'eshell-rebind)
|
||||
(defun eshell-evil-insert-line (count &optional vcount)
|
||||
|
Loading…
Reference in New Issue
Block a user