From 22dac6aa90980f9538dfcf17fc2bead6623757d2 Mon Sep 17 00:00:00 2001 From: Myned Date: Tue, 8 Oct 2024 21:31:09 -0500 Subject: [PATCH] fish: modify borgmatic abbreviations Signed-off-by: Myned --- options/custom/programs/fish.nix | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/options/custom/programs/fish.nix b/options/custom/programs/fish.nix index 4fa32da..4332021 100644 --- a/options/custom/programs/fish.nix +++ b/options/custom/programs/fish.nix @@ -47,19 +47,25 @@ in { poweroff = "systemctl poweroff"; shutdown = "systemctl poweroff"; - backup = "borgmatic -v 1 create --progress --stats"; - extract = "borgmatic -v 1 extract --progress"; - init = "borgmatic init -e repokey-blake2"; - key = "borgmatic key export"; - list = "borgmatic -v 1 list"; - restore = "borgmatic -v 1 restore"; - rsync = "rsync --info progress2"; a = "adb"; as = "adb shell"; asa = "adb shell sh /sdcard/Android/data/com.llamalab.automate/cache/start.sh"; # Automate + b = "sudo borgmatic"; + bb = "sudo borgmatic borg"; + bc = "sudo borgmatic create --progress --stats"; + be = "sudo borgmatic extract --progress"; + bi = "sudo borgmatic init -e repokey-blake2"; + bk = "sudo borgmatic key export"; + bl = "sudo borgmatic list"; + bm = "sudo borgmatic mount"; + brl = "sudo borgmatic rlist"; + br = "sudo borgmatic restore"; + bt = "sudo borgmatic export-tar"; + bu = "sudo borgmatic unmount"; + c = "clear"; e = "exit"; m = "mosh";