Drop no-littering
[~bandali/configs] / lisp / bandali-eshell.el
index 5a83c6d..820dc05 100644 (file)
 ;;; 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\\)*[$#] "