fish: modify borgmatic abbreviations
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
64f2e0ec3c
commit
57cacd057b
1 changed files with 5 additions and 2 deletions
|
@ -53,14 +53,17 @@ in {
|
||||||
as = "adb shell";
|
as = "adb shell";
|
||||||
asa = "adb shell sh /sdcard/Android/data/com.llamalab.automate/cache/start.sh"; # Automate
|
asa = "adb shell sh /sdcard/Android/data/com.llamalab.automate/cache/start.sh"; # Automate
|
||||||
|
|
||||||
b = "sudo borgmatic";
|
b = "sudo borgmatic --progress --stats";
|
||||||
bb = "sudo borgmatic borg";
|
bb = "sudo borgmatic borg";
|
||||||
bc = "sudo borgmatic create --progress --stats";
|
bc = "sudo borgmatic create --progress --stats";
|
||||||
|
bct = "sudo borgmatic compact";
|
||||||
be = "sudo borgmatic extract --progress";
|
be = "sudo borgmatic extract --progress";
|
||||||
bi = "sudo borgmatic init -e repokey-blake2";
|
bi = "sudo borgmatic info";
|
||||||
|
bin = "sudo borgmatic init -e repokey-blake2";
|
||||||
bk = "sudo borgmatic key export";
|
bk = "sudo borgmatic key export";
|
||||||
bl = "sudo borgmatic list";
|
bl = "sudo borgmatic list";
|
||||||
bm = "sudo borgmatic mount";
|
bm = "sudo borgmatic mount";
|
||||||
|
bp = "sudo borgmatic prune";
|
||||||
brl = "sudo borgmatic rlist";
|
brl = "sudo borgmatic rlist";
|
||||||
br = "sudo borgmatic restore";
|
br = "sudo borgmatic restore";
|
||||||
bt = "sudo borgmatic export-tar";
|
bt = "sudo borgmatic export-tar";
|
||||||
|
|
Loading…
Add table
Reference in a new issue