Adjust sync-all and sync-and-shutdown aliases

This commit is contained in:
Evie Litherland-Smith 2024-11-28 07:38:25 +00:00
parent 4ff15c64ad
commit eb4c93d5ec

View file

@ -8,8 +8,8 @@
./cava.nix
];
home.shellAliases = {
sync-all = "sync-git; vdirsyncer sync; mbsync -a";
sync-and-shutdown = "sync-all && shutdown now";
sync-all = "sync-git; sync-emacs";
sync-and-shutdown = "sync-git && vdirsyncer sync && mbsync -a && shutdown now";
protonup = "sudo wg-quick up protonvpn && sudo wg";
protondown = "sudo wg-quick down protonvpn";
};