Add l and f default aliases to eshell
For ls -lh and find-file, respectively.
This commit is contained in:
parent
6014a416b3
commit
5e9f74c269
1 changed files with 2 additions and 0 deletions
|
@ -20,9 +20,11 @@ buffer.")
|
||||||
|
|
||||||
(defvar +eshell-aliases
|
(defvar +eshell-aliases
|
||||||
'(("q" "exit") ; built-in
|
'(("q" "exit") ; built-in
|
||||||
|
("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")
|
||||||
("ll" "ls -lah")
|
("ll" "ls -lah")
|
||||||
("clear" "clear-scrollback")) ; more sensible than default
|
("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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue