Adjust sync-all and sync-and-shutdown aliases
This commit is contained in:
parent
4ff15c64ad
commit
eb4c93d5ec
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue