summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/modules/thanos-eshell.el2
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`