From 9ed6d096bfe75bc4300cf73048ad9d47c691c1a1 Mon Sep 17 00:00:00 2001 From: Ray Andrew <4437323+rayandrew@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:20:12 -0500 Subject: [PATCH] fix error --- hosts/git/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/git/configuration.nix b/hosts/git/configuration.nix index 8fa6208..f2249fd 100644 --- a/hosts/git/configuration.nix +++ b/hosts/git/configuration.nix @@ -95,9 +95,6 @@ git.enable = true; fish = { enable = true; - shellAliases = [ - dirsize = "du -sh" - ]; }; };