From a6ebfc0dbb03d541dcdd7987cbc91fc21cc4e2a0 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 12 Jan 2023 12:11:38 +0000 Subject: [PATCH] Add ea and some aliases --- nix-conf/home/includes/common.nix | 1 + nix-conf/home/includes/zsh.nix | 4 ++++ 2 files changed, 5 insertions(+) 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";