Add sync-all shellAliase
This commit is contained in:
parent
2c873783d2
commit
e11ac75e69
|
@ -18,6 +18,7 @@
|
||||||
];
|
];
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
update = "sudo nixos-rebuild switch";
|
update = "sudo nixos-rebuild switch";
|
||||||
|
sync-all = "gsync; esync; vdirsyncer sync; mbsync -a";
|
||||||
protonup = "sudo wg-quick up protonvpn && sudo wg";
|
protonup = "sudo wg-quick up protonvpn && sudo wg";
|
||||||
protondown = "sudo wg-quick down protonvpn";
|
protondown = "sudo wg-quick down protonvpn";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue