Fix rg/ag in eshell #1122
Arguments aren't implicitly passed to aliases.
This commit is contained in:
parent
c32862c325
commit
4b129cb17d
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ buffer.")
|
||||||
'(("q" "exit") ; built-in
|
'(("q" "exit") ; built-in
|
||||||
("f" "find-file $1")
|
("f" "find-file $1")
|
||||||
("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 $*")
|
||||||
("l" "ls -lh")
|
("l" "ls -lh")
|
||||||
("ll" "ls -lah")
|
("ll" "ls -lah")
|
||||||
("clear" "clear-scrollback")) ; more sensible than default
|
("clear" "clear-scrollback")) ; more sensible than default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue