Change order of syncing in sync-all alias
This commit is contained in:
parent
d740a70ff1
commit
a66762ff0c
|
@ -8,7 +8,7 @@
|
|||
./cava.nix
|
||||
];
|
||||
home.shellAliases = {
|
||||
sync-all = "sync-emacs; sync-git; vdirsyncer sync; mbsync -a";
|
||||
sync-all = "vdirsyncer sync; mbsync -a; sync-git; sync-emacs";
|
||||
sync-and-shutdown = "sync-all && shutdown now";
|
||||
protonup = "sudo wg-quick up protonvpn && sudo wg";
|
||||
protondown = "sudo wg-quick down protonvpn";
|
||||
|
|
Loading…
Reference in a new issue