diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 0ea549f..82fe6b6 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -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)