why isn't this a thing already

🤔
This commit is contained in:
Jonas Walther 2018-06-26 17:05:54 +02:00 committed by GitHub
parent af41e17355
commit f17bf0a039
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,8 @@ buffer.")
("z" "cd =$1") ; built-in
("bd" "eshell-up $1") ; `eshell-up'
("rg" "rg --color=always")
("ag" "ag --color=always"))
("ag" "ag --color=always")
("ll" "ls -lah"))
"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