zsh: Make cp use reflinks if possible
This commit is contained in:
parent
4af55ba3e9
commit
b51bff724f
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue