From adc69bb235bc1cbcace7126966b7c9edb135344e Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 18 Sep 2024 14:56:51 +0200 Subject: [PATCH] addet wireguard alias --- .zshrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zshrc b/.zshrc index 8f70554..a55cab8 100644 --- a/.zshrc +++ b/.zshrc @@ -235,6 +235,11 @@ _alias(){ # alias gd="bat --diff" fi + # ─< wireguard alias >──────────────────────────────────────────────────────────────────── + if command_exists wg-quick; then + alias wgup="wg-quick up" + alias wgdown="wg-quick down" + fi # ─< fastfetch >──────────────────────────────────────────────────────────────────────────── if command_exists fastfetch; then