tools/eshell: remove ag alias, add dired alias

This commit is contained in:
Henrik Lissner 2019-11-18 14:19:10 -05:00
parent c7ddcefba9
commit 0be962bb77
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -22,9 +22,9 @@ buffer.")
(defvar +eshell-aliases
'(("q" "exit") ; built-in
("f" "find-file $1")
("d" "dired $1")
("bd" "eshell-up $1")
("rg" "rg --color=always $*")
("ag" "ag --color=always $*")
("l" "ls -lh")
("ll" "ls -lah")
("clear" "clear-scrollback")) ; more sensible than default