mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
eshell-input-filter = eshell-input-filter-initial-space
Don't record a command in history if prefixed with whitespace.
This commit is contained in:
@ -54,6 +54,8 @@ You should use `det-eshell-alias!' to change this.")
|
|||||||
eshell-buffer-shorthand t
|
eshell-buffer-shorthand t
|
||||||
eshell-kill-processes-on-exit t
|
eshell-kill-processes-on-exit t
|
||||||
eshell-hist-ignoredups t
|
eshell-hist-ignoredups t
|
||||||
|
;; don't record command in history if prefixed with whitespace
|
||||||
|
eshell-input-filter #'eshell-input-filter-initial-space
|
||||||
;; em-prompt
|
;; em-prompt
|
||||||
eshell-prompt-regexp "^.* λ "
|
eshell-prompt-regexp "^.* λ "
|
||||||
eshell-prompt-function #'+eshell-default-prompt
|
eshell-prompt-function #'+eshell-default-prompt
|
||||||
|
Reference in New Issue
Block a user