Merge pull request #730 from freddiaN/patch-1

Add ll => ls -lah eshell alias
This commit is contained in:
Henrik Lissner
2018-06-26 18:46:07 +02:00
committed by GitHub

View File

@@ -26,7 +26,8 @@ buffer.")
("z" "cd =$1") ; built-in ("z" "cd =$1") ; built-in
("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"))
"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