Add sync-and-shutdown alias
This commit is contained in:
parent
150d16c150
commit
97ff8ec100
|
@ -7,6 +7,7 @@
|
|||
];
|
||||
home.shellAliases = {
|
||||
sync-all = "sync-emacs; sync-git; vdirsyncer sync; mbsync -a";
|
||||
sync-and-shutdown = "sudo nixos-rebuild boot && sync-all && shutdown now";
|
||||
protonup = "sudo wg-quick up protonvpn && sudo wg";
|
||||
protondown = "sudo wg-quick down protonvpn";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue