From b87209cd064980963318549a9bc980194099c22c Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Mon, 6 Dec 2021 16:02:29 +0100 Subject: [PATCH] zsh: Remove cp alias Coreutils 9, which is the current version in nixpkgs stable, uses reflinks by default. --- users/simon/modules/zsh/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/simon/modules/zsh/default.nix b/users/simon/modules/zsh/default.nix index 824c047..90933f9 100644 --- a/users/simon/modules/zsh/default.nix +++ b/users/simon/modules/zsh/default.nix @@ -78,7 +78,6 @@ in } ]; shellAliases = { - cp = "cp --reflink=auto"; # TODO: remove with coreutils > 8.32 dcauto = dcauto; dcsd = "dynamic-colors switch solarized-dark"; dcsl = "dynamic-colors switch solarized-light";