diff --git a/users/simon/modules/zsh.nix b/users/simon/modules/zsh.nix index 9a2ee0b..a20b0f3 100644 --- a/users/simon/modules/zsh.nix +++ b/users/simon/modules/zsh.nix @@ -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";