Skip to content

Commit

Permalink
Refine eshell
Browse files Browse the repository at this point in the history
Fix #125
  • Loading branch information
condy0919 committed Feb 7, 2025
1 parent 0ee9848 commit ba3c48f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lisp/init-shell.el
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@ current directory."
(use-package em-hist
:ensure nil
:bind (:map eshell-hist-mode-map
("M-r" . consult-history)))
("M-r" . consult-history))
:custom
(eshell-hist-ignoredups 'erase)
(eshell-input-filter 'eshell-input-filter-initial-space))

(use-package em-rebind
:ensure nil
Expand Down

0 comments on commit ba3c48f

Please sign in to comment.