diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index cbab0975..207d9f3e 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -6,7 +6,7 @@ ./starship.nix ]; home.shellAliases = { - sync-all = "sync-git; sync-emacs"; + sync-all = "sync-git; vdirsyncer sync; mbsync -a"; protonup = "sudo wg-quick up protonvpn && sudo wg"; protondown = "sudo wg-quick down protonvpn"; };