projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Drop no-littering
[~bandali/configs]
/
lisp
/
bandali-eshell.el
diff --git
a/lisp/bandali-eshell.el
b/lisp/bandali-eshell.el
index
5a83c6d
..
820dc05
100644
(file)
--- a/
lisp/bandali-eshell.el
+++ b/
lisp/bandali-eshell.el
@@
-25,7
+25,10
@@
;;; Code:
(with-eval-after-load 'eshell
;;; Code:
(with-eval-after-load 'eshell
+ (make-directory (b/etc "eshell/") t)
(csetq
(csetq
+ eshell-aliases-file (b/etc "eshell/aliases")
+ eshell-directory-name (b/var "eshell/")
eshell-hist-ignoredups t
eshell-input-filter #'eshell-input-filter-initial-space
eshell-prompt-regexp "\\(.*\n\\)*[$#] "
eshell-hist-ignoredups t
eshell-input-filter #'eshell-input-filter-initial-space
eshell-prompt-regexp "\\(.*\n\\)*[$#] "