mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #2418 from dive/eshell-configuration-improvements
term/eshell: allow arguments for `ls` aliases
This commit is contained in:
@ -25,8 +25,8 @@ buffer.")
|
|||||||
("d" "dired $1")
|
("d" "dired $1")
|
||||||
("bd" "eshell-up $1")
|
("bd" "eshell-up $1")
|
||||||
("rg" "rg --color=always $*")
|
("rg" "rg --color=always $*")
|
||||||
("l" "ls -lh")
|
("l" "ls -lh $*")
|
||||||
("ll" "ls -lah")
|
("ll" "ls -lah $*")
|
||||||
("clear" "clear-scrollback")) ; more sensible than default
|
("clear" "clear-scrollback")) ; more sensible than default
|
||||||
"An alist of default eshell aliases, meant to emulate useful shell utilities,
|
"An alist of default eshell aliases, meant to emulate useful shell utilities,
|
||||||
like fasd and bd. Note that you may overwrite these in your
|
like fasd and bd. Note that you may overwrite these in your
|
||||||
|
Reference in New Issue
Block a user