diff options
author | 2020-09-27 12:38:49 -0400 | |
---|---|---|
committer | 2020-09-27 13:38:17 -0400 | |
commit | 0596e3cf82c0d9a5bf898e027824c0a0229c65fb (patch) | |
tree | 26a50c9a5b730e46c3d2ae0e8abe255dc57d7169 /lisp/bandali-eshell.el | |
parent | 944ef93215ad453a4cdab9a2a6ebe3144b85b590 (diff) | |
download | configs-0596e3cf82c0d9a5bf898e027824c0a0229c65fb.tar.gz configs-0596e3cf82c0d9a5bf898e027824c0a0229c65fb.tar.xz configs-0596e3cf82c0d9a5bf898e027824c0a0229c65fb.zip |
Drop no-littering
Diffstat (limited to '')
-rw-r--r-- | lisp/bandali-eshell.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/bandali-eshell.el b/lisp/bandali-eshell.el index 5a83c6d..820dc05 100644 --- a/lisp/bandali-eshell.el +++ b/lisp/bandali-eshell.el @@ -25,7 +25,10 @@ ;;; Code: (with-eval-after-load 'eshell + (make-directory (b/etc "eshell/") t) (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\\)*[$#] " |