diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 7e214d6..4198db3 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -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)