Add ea and some aliases

This commit is contained in:
David Morgan 2023-01-12 12:11:38 +00:00
parent d1cb6ec11b
commit a6ebfc0dbb
Signed by: djm
GPG Key ID: C171251002C200F2
2 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,7 @@ in
difftastic
duf
du-dust
ea
elinks
entr
exa

View File

@ -66,6 +66,10 @@
zz = "z $PWD";
els = "ea run linear ls -- -1";
erg = "ea run grouped rg --";
fd = "ea run linear fd --";
# Git log aliases from the omz git plugin
gl = "git pull";
glg = "git log --stat";