Merge pull request #2418 from dive/eshell-configuration-improvements

term/eshell: allow arguments for `ls` aliases
This commit is contained in:
Henrik Lissner 2020-01-26 15:40:17 -05:00 committed by GitHub
commit f3a75004e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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