Set default value for eshell history size
The builtin default of 128 is too low, resulting in recently used commands to be forgotten quickly, so let's use a more conservative (in the literal sense of the word) value. Customization still takes precendence over this new default, though.master
parent
ea9afe72d7
commit
5924bb32e3
1
init.el
1
init.el
|
@ -2497,6 +2497,7 @@ With given ARG, display files in `db/important-document-path’."
|
|||
eshell-error-if-no-glob t
|
||||
eshell-hist-ignoredups t
|
||||
eshell-save-history-on-exit t
|
||||
eshell-history-size 5000
|
||||
eshell-destroy-buffer-when-process-dies t
|
||||
eshell-prompt-function #'eshell/default-prompt-function
|
||||
eshell-prompt-regexp "└─[$#] "
|
||||
|
|
Loading…
Reference in New Issue