added notation on how to use ov alias in bg
This commit is contained in:
parent
d8091c4064
commit
1d75a1ff1c
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ alias tkill="tmux kill-ses -t"
|
|||
alias {mi,mic}="micro"
|
||||
alias {mysql,maria,mdb}="mariadb"
|
||||
alias {ss,wi,ssid}="doas iw wlan0 scan | grep SSID"
|
||||
alias {ov,ovpn}="doas openvpn --config ~/.config/protonvpn/protonvpn_configs/us-free-02.protonvpn.com.udp.ovpn --auth-user-pass ~/.config/protonvpn/protonvpn.txt"
|
||||
alias {ov,ovpn}="doas openvpn --config ~/.config/protonvpn/protonvpn_configs/us-free-02.protonvpn.com.udp.ovpn --auth-user-pass ~/.config/protonvpn/protonvpn.txt" # add '>&/dev/null &' to run in bg
|
||||
alias {pvpn,pv}="doas protonvpn c US-FREE#1 -p UDP"
|
||||
alias {pvdown,pvpnd,pvd}="doas protonvpn d"
|
||||
alias git-a="git add"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue