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