eshell: alias clear to clear-scrollback

This is more in line with how clear behaves in shells.
This commit is contained in:
Henrik Lissner 2018-06-28 18:46:51 +02:00
parent 1a0251c1cf
commit 9157d3b3a6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -24,7 +24,8 @@ buffer.")
("bd" "eshell-up $1") ; `eshell-up' ("bd" "eshell-up $1") ; `eshell-up'
("rg" "rg --color=always") ("rg" "rg --color=always")
("ag" "ag --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, "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
`eshell-aliases-file'. This is here to provide an alternative, elisp-centric way `eshell-aliases-file'. This is here to provide an alternative, elisp-centric way