From 4c030e0d0cdcbe9918e77239e0117ecb4ebe028d Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 15 Jan 2025 22:52:00 +0100 Subject: common/commandline: don't hardcode rsync in alias --- common/commandline.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/commandline.nix b/common/commandline.nix index 1371beb..9d55a23 100644 --- a/common/commandline.nix +++ b/common/commandline.nix @@ -81,7 +81,7 @@ in { environment.shellAliases = { e = config.environment.variables.EDITOR; o = "xdg-open"; - cpr = "${pkgs.rsync}/bin/rsync -ah --inplace --info=progress2"; + cpr = "rsync -ah --inplace --info=progress2"; }; programs.bash.completion.enable = true; -- cgit v1.2.3