addet wireguard alias
This commit is contained in:
parent
c1b760b9c4
commit
adc69bb235
1 changed files with 5 additions and 0 deletions
5
.zshrc
5
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue