diff options
-rw-r--r-- | common/commandline.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
81 | environment.shellAliases = { | 81 | environment.shellAliases = { |
82 | e = config.environment.variables.EDITOR; | 82 | e = config.environment.variables.EDITOR; |
83 | o = "xdg-open"; | 83 | o = "xdg-open"; |
84 | cpr = "${pkgs.rsync}/bin/rsync -ah --inplace --info=progress2"; | 84 | cpr = "rsync -ah --inplace --info=progress2"; |
85 | }; | 85 | }; |
86 | 86 | ||
87 | programs.bash.completion.enable = true; | 87 | programs.bash.completion.enable = true; |