From 73f2045c75daa8f410c816664acd6ce4a36841f9 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 9 May 2019 23:18:33 -0400 Subject: [PATCH] Adding srsync alias --- home-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-common.nix b/home-common.nix index d3ad5c3..8214fb9 100644 --- a/home-common.nix +++ b/home-common.nix @@ -113,6 +113,7 @@ e = "emacsclient -a \"\" -t -nw"; weather = "curl http://wttr.in"; er = "rm -rf logs; unzip -o"; + srsync = "rsync --rsync-path='sudo rsync'"; }; # for MacOS initExtra = ''