eshell-input-filter = eshell-input-filter-initial-space
Don't record a command in history if prefixed with whitespace.
This commit is contained in:
parent
7bb9adc6bd
commit
05bdb1e12c
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ You should use `det-eshell-alias!' to change this.")
|
|||
eshell-buffer-shorthand t
|
||||
eshell-kill-processes-on-exit 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
|
||||
eshell-prompt-regexp "^.* λ "
|
||||
eshell-prompt-function #'+eshell-default-prompt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue