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