zsh: Make cp use reflinks if possible

pull/52/head
Simon Bruder 2021-04-17 19:36:14 +02:00
parent 4af55ba3e9
commit b51bff724f
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ in
}
];
shellAliases = {
cp = "cp --reflink=auto"; # TODO: remove with coreutils > 8.32
exa = "exa --git --binary";
ipy = "ipython3";
l = "exa -l";