From 0596e3cf82c0d9a5bf898e027824c0a0229c65fb Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 27 Sep 2020 12:38:49 -0400 Subject: Drop no-littering --- lisp/bandali-eshell.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lisp/bandali-eshell.el') 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\\)*[$#] " -- cgit v1.2.3-83-g751a