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"
|
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue