From 5c3dd8ec1b3ca720d2af4b2abeb258705dc9077b Mon Sep 17 00:00:00 2001 From: Emi Simpson Date: Wed, 1 Mar 2023 12:08:23 -0500 Subject: [PATCH] Rearrange the argument order in backup a little --- configs/programs/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/programs/fish.nix b/configs/programs/fish.nix index ca67cc4..f0755ba 100644 --- a/configs/programs/fish.nix +++ b/configs/programs/fish.nix @@ -26,7 +26,7 @@ pkgs: { ":qa" = "exit"; ":q" = "exit"; "rmount" = "rclone --rc --rc-web-gui --rc-no-auth --cache-dir /tmp/rclone-cache mount --vfs-cache-mode full --vfs-cache-max-size 8Gi"; - "backup" = "restic -r rclone:rit:'Restic Backups/'(hostname | sed \"s/\\(.\\)/\\u\\1/\") backup ~/ --exclude-caches --exclude-file=${import ./restic.nix} -p (pass backups | psub)"; + "backup" = "restic -r rclone:rit:'Restic Backups/'(hostname | sed \"s/\\(.\\)/\\u\\1/\") -p (pass backups | psub) backup ~/ --exclude-caches --exclude-file=${import ./restic.nix}"; "dl" = "wget (kitty +kitten clipboard --get-clipboard)"; }; shellInit = ''