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";