zsh: Remove cp alias
Coreutils 9, which is the current version in nixpkgs stable, uses reflinks by default.
This commit is contained in:
parent
505697715d
commit
b87209cd06
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue