mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
eshell: alias clear to clear-scrollback
This is more in line with how clear behaves in shells.
This commit is contained in:
@ -24,7 +24,8 @@ buffer.")
|
||||
("bd" "eshell-up $1") ; `eshell-up'
|
||||
("rg" "rg --color=always")
|
||||
("ag" "ag --color=always")
|
||||
("ll" "ls -lah"))
|
||||
("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
|
||||
`eshell-aliases-file'. This is here to provide an alternative, elisp-centric way
|
||||
|
Reference in New Issue
Block a user