addet wireguard alias

This commit is contained in:
pika 2024-09-18 14:56:51 +02:00
parent c1b760b9c4
commit adc69bb235

5
.zshrc
View file

@ -235,6 +235,11 @@ _alias(){
# alias gd="bat --diff" # alias gd="bat --diff"
fi fi
# ─< wireguard alias >────────────────────────────────────────────────────────────────────
if command_exists wg-quick; then
alias wgup="wg-quick up"
alias wgdown="wg-quick down"
fi
# ─< fastfetch >──────────────────────────────────────────────────────────────────────────── # ─< fastfetch >────────────────────────────────────────────────────────────────────────────
if command_exists fastfetch; then if command_exists fastfetch; then