zsh: Remove cp alias

Coreutils 9, which is the current version in nixpkgs stable, uses
reflinks by default.
neomutt
Simon Bruder 2021-12-06 16:02:29 +01:00
parent 505697715d
commit b87209cd06
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 0 additions and 1 deletions

View File

@ -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";