Sync Emacs as part of sync-all
This commit is contained in:
parent
1780453f8b
commit
fb56866e4e
|
@ -8,7 +8,7 @@
|
||||||
./cava.nix
|
./cava.nix
|
||||||
];
|
];
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
sync-all = "vdirsyncer sync; mbsync -a; sync-git";
|
sync-all = "vdirsyncer sync; mbsync -a; sync-git; sync-emacs";
|
||||||
sync-and-shutdown = "sync-all && shutdown now";
|
sync-and-shutdown = "sync-all && shutdown now";
|
||||||
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