about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-01-12 12:11:38 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-01-12 12:11:38 +0000
commita6ebfc0dbb03d541dcdd7987cbc91fc21cc4e2a0 (patch)
tree60e2e6b5a6dee8144898f0dbd479bb5e94dbefed
parentd1cb6ec11b1abe014915b662b50bded9bb64794d (diff)
downloaddotfiles-a6ebfc0dbb03d541dcdd7987cbc91fc21cc4e2a0.tar.gz
Add ea and some aliases
-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";