From d1db28f417b354a7676c25612a3b9d49c7693380 Mon Sep 17 00:00:00 2001 From: dive Date: Fri, 24 Jan 2020 21:22:06 +0000 Subject: [PATCH] make ls aliases work with subdirectories --- modules/term/eshell/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/term/eshell/config.el b/modules/term/eshell/config.el index 4a65e231b..6e14d340e 100644 --- a/modules/term/eshell/config.el +++ b/modules/term/eshell/config.el @@ -25,8 +25,8 @@ buffer.") ("d" "dired $1") ("bd" "eshell-up $1") ("rg" "rg --color=always $*") - ("l" "ls -lh") - ("ll" "ls -lah") + ("l" "ls -lh $*") + ("ll" "ls -lah $*") ("clear" "clear-scrollback")) ; more sensible than default "An alist of default eshell aliases, meant to emulate useful shell utilities, like fasd and bd. Note that you may overwrite these in your