From 825a7fdd76853dffb7a4065e660e52d1bdfdb669 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Tue, 22 Oct 2024 16:59:47 -0400 Subject: [PATCH] Remove broken 'ee' alias Doesn't respect gitignore --- modules/home/all/terminal.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/all/terminal.nix b/modules/home/all/terminal.nix index 0918968..37da183 100644 --- a/modules/home/all/terminal.nix +++ b/modules/home/all/terminal.nix @@ -52,7 +52,6 @@ in home.shellAliases = { e = "nvim"; - ee = "nvim $(fzf)"; g = "git"; lg = "lazygit"; l = "ls";