Fish: simplify abbreviations for bebop interaction

This commit is contained in:
Payas Relekar 2022-04-17 22:03:44 +05:30
parent 1a2fcc71c8
commit b74eda979b

View file

@ -49,7 +49,8 @@
"dup" = "doom upgrade";
"dsy" = "doom sync";
"bebop" = "ssh payas@bebop";
"bbrebuild" = "cd /etc/nixos && nixos-rebuild boot --flake .#bebop -v --target-host root@bebop --build-host localhost";
"bbrb" = "nixos-rebuild boot --flake .#bebop -v --target-host root@bebop --build-host localhost";
"bbrs" = "nixos-rebuild switch --flake .#bebop -v --target-host root@bebop --build-host localhost";
};
};
}