diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-eshell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el index f54cd4b..6d3b1c1 100644 --- a/emacs/custom/fcuny-eshell.el +++ b/emacs/custom/fcuny-eshell.el @@ -99,6 +99,7 @@ multiple eshell windows easier." (eshell-error-if-no-glob t) (eshell-hist-ignoredups t) (eshell-save-history-on-exit t) + (eshell-cd-on-directory t) (eshell-prefer-lisp-functions nil) (eshell-where-to-jump 'begin) (eshell-review-quick-commands nil) |