Fish: Add couple of aliases to interact with bebop remotely

This commit is contained in:
Payas Relekar 2022-04-16 20:20:08 +05:30
parent 3061442291
commit 026b412e23

View file

@ -46,6 +46,8 @@
"soulseek" = "/run/current-system/sw/bin/SoulseekQt";
"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";
};
};
}