diff options
Diffstat (limited to '.emacs.d/modules/thanos-eshell.el')
-rw-r--r-- | .emacs.d/modules/thanos-eshell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-eshell.el b/.emacs.d/modules/thanos-eshell.el index dcb2ef5..e1ff1ab 100644 --- a/.emacs.d/modules/thanos-eshell.el +++ b/.emacs.d/modules/thanos-eshell.el @@ -103,7 +103,7 @@ (d . dired) (o . find-file) (oo . find-file-other-window) - (ll . (lambda () (eshell/ls '-la))) + (ll . (lambda () (eshell/ls '-lha))) (eshell/clear . eshell/clear-scrollback))) ;; Define aliases using `mapc` |