zsh: Make cp use reflinks if possible

This commit is contained in:
Simon Bruder 2021-04-17 19:36:14 +02:00
parent 4af55ba3e9
commit b51bff724f
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

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