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:
parent
ac6e12ec99
commit
22f2a94a65
|
@ -11,7 +11,7 @@
|
||||||
./starship.nix
|
./starship.nix
|
||||||
];
|
];
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
sync-all = "gsync; esync; vdirsyncer sync; mbsync -a";
|
sync-all = "sync-git; sync-emacs";
|
||||||
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