[shell] Move `eshell-z-freq-dir-hash-table-file-name` into cache dir

This commit is contained in:
bb2020 2019-05-08 17:22:52 +03:00 committed by duianto
parent dd67908f75
commit 697d3b88ac
2 changed files with 7 additions and 2 deletions

View File

@ -2130,6 +2130,8 @@ Other:
- ~SPC m C~ switch multi-term to char mode
- ~SPC m l~ switch multi-term to line mode
- ~SPC m N~ go to previous multi-term
- Moved =eshell-z-freq-dir-hash-table-file-name= into cache dir
(thanks to bb2020)
**** Shell Scripts
- Added new company-shell environment variable backend
(thanks to Alexander-Miller)

View File

@ -135,8 +135,11 @@
(use-package eshell-z
:defer t
:init
(with-eval-after-load 'eshell
(require 'eshell-z))))
(progn
(setq eshell-z-freq-dir-hash-table-file-name
(concat spacemacs-cache-directory "eshell/.z"))
(with-eval-after-load 'eshell
(require 'eshell-z)))))
(defun shell/pre-init-helm ()
(spacemacs|use-package-add-hook helm