Sync Emacs as part of sync-all alias
This commit is contained in:
parent
28006d5e14
commit
a002d1a699
|
@ -6,7 +6,7 @@
|
||||||
./starship.nix
|
./starship.nix
|
||||||
];
|
];
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
sync-all = "sync-git; vdirsyncer sync; mbsync -a";
|
sync-all = "sync-emacs; sync-git; 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