diff options
author | Thanos Apollo <[email protected]> | 2023-09-06 16:36:11 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-06 16:36:11 +0300 |
commit | 3b8906869b833eabb5a847c44314d6a4b664d1ee (patch) | |
tree | 47aa156ae35dda4e466c0534d5992571888f973a | |
parent | 4a7d53c02cfcb63813e5fd5c482e37ef0c55592f (diff) |
emacs: (eshell) update aliases
-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` |