Remove sync-emacs from sync-all alias
This commit is contained in:
parent
938e5c859e
commit
86fe70eace
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue