Remove protonup and protondown aliases

This commit is contained in:
Evie Litherland-Smith 2025-01-20 07:10:02 +00:00
parent f4e4e72287
commit b3fca3a547

View file

@ -14,8 +14,6 @@
home.shellAliases = { home.shellAliases = {
sync-all = "sync-git; vdirsyncer sync; mbsync -a"; sync-all = "sync-git; vdirsyncer sync; mbsync -a";
sync-and-shutdown = "sync-all && shutdown now"; sync-and-shutdown = "sync-all && shutdown now";
protonup = "sudo wg-quick up protonvpn && sudo wg";
protondown = "sudo wg-quick down protonvpn";
}; };
programs = { programs = {
# Shells # Shells