diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index def7ff0a..ae1e052f 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -8,7 +8,7 @@ ./cava.nix ]; home.shellAliases = { - sync-all = "vdirsyncer sync; mbsync -a; sync-git; sync-emacs"; + sync-all = "sync-git; vdirsyncer sync; mbsync -a"; sync-and-shutdown = "sync-all && shutdown now"; protonup = "sudo wg-quick up protonvpn && sudo wg"; protondown = "sudo wg-quick down protonvpn";