Update sync-all alias

Rename for sync-git and sync-emacs, remove vdirsyncer and mbsync since
Emacs handles syncing them
This commit is contained in:
Evie Litherland-Smith 2024-10-23 08:23:24 +01:00
parent ac6e12ec99
commit 22f2a94a65

View file

@ -11,7 +11,7 @@
./starship.nix
];
home.shellAliases = {
sync-all = "gsync; esync; vdirsyncer sync; mbsync -a";
sync-all = "sync-git; sync-emacs";
protonup = "sudo wg-quick up protonvpn && sudo wg";
protondown = "sudo wg-quick down protonvpn";
};