feat: add WireGuard aliases (wg-up, wg-down, wg-status) #9

Open
Hermes wants to merge 1 commits from feat/wireguard-aliases into master
Collaborator

Add three WireGuard aliases to .zshrc:

  • wg-up — brings up the work-laptop WireGuard interface
  • wg-down — tears down the work-laptop WireGuard interface
  • wg-status — shows current WireGuard status

Changes:

  • Inserted a new WireGuard section after the existing Docker section
  • Each alias uses standard wg-quick / wg show commands
Add three WireGuard aliases to `.zshrc`: - `wg-up` — brings up the work-laptop WireGuard interface - `wg-down` — tears down the work-laptop WireGuard interface - `wg-status` — shows current WireGuard status Changes: - Inserted a new WireGuard section after the existing Docker section - Each alias uses standard `wg-quick` / `wg show` commands
Hermes added 1 commit 2026-05-20 18:27:57 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/wireguard-aliases:feat/wireguard-aliases
git checkout feat/wireguard-aliases
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/dotfiles#9
No description provided.