about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--nix-conf/home/includes/common.nix1
-rw-r--r--nix-conf/home/includes/zsh.nix4
2 files changed, 5 insertions, 0 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index 9be1275..875dfc8 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -30,6 +30,7 @@ in
     difftastic
     duf
     du-dust
+    ea
     elinks
     entr
     exa
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 30feeaf..93fdb2d 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -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";