diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index b2047b2..0b529eb 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -176,6 +176,7 @@ (use-package eshell :bind (("C-c e" . eshell)) :custom ((eshell-cmpl-ignore-case t) + (eshell-aliases-file (expand-file-name "alias" user-emacs-directory)) (eshell-directory-name (my/cache-file-name "eshell")) (eshell-scroll-show-maximum-output nil))) |
