From 3b8906869b833eabb5a847c44314d6a4b664d1ee Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 6 Sep 2023 16:36:11 +0300 Subject: emacs: (eshell) update aliases --- .emacs.d/modules/thanos-eshell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d') 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` -- cgit v1.2.3