summaryrefslogtreecommitdiffstats
path: root/common/commandline.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/commandline.nix')
-rw-r--r--common/commandline.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commandline.nix b/common/commandline.nix
index 212534e..8497c3b 100644
--- a/common/commandline.nix
+++ b/common/commandline.nix
@@ -44,6 +44,7 @@ in {
44 44
45 environment.shellAliases = { 45 environment.shellAliases = {
46 e = "\${EDITOR}"; 46 e = "\${EDITOR}";
47 o = "xdg-open";
47 cpr = "${pkgs.rsync}/bin/rsync -ah --inplace --info=progress2"; 48 cpr = "${pkgs.rsync}/bin/rsync -ah --inplace --info=progress2";
48 }; 49 };
49 50