From b3fca3a5478e3095d8b116db382177dd1f24f5ed Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 20 Jan 2025 07:10:02 +0000 Subject: [PATCH] Remove protonup and protondown aliases --- system/home/shell/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/home/shell/default.nix b/system/home/shell/default.nix index e5cd6839..8d3dac12 100644 --- a/system/home/shell/default.nix +++ b/system/home/shell/default.nix @@ -14,8 +14,6 @@ home.shellAliases = { 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"; }; programs = { # Shells