feat: add vpn aliases

This commit is contained in:
itsscb 2025-06-07 21:35:14 +02:00
parent a409692f3e
commit e913202533

View File

@ -183,6 +183,8 @@ home.file.".config/nvim/".source = "${neovim-config}/";
ls = "eza -l --git";
grep = "rg";
cat = "bat";
vpn-up = "sudo wg-quick up ~/.config/wireguard/scbnb.conf";
vpn-down = "sudo wg-quick down ~/.config/wireguard/scbnb.conf";
};
};