make ls aliases work with subdirectories

This commit is contained in:
dive 2020-01-24 21:22:06 +00:00
parent 3ebdc513f8
commit d1db28f417

View file

@ -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